Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Java help

Name: Anonymous 2011-10-17 0:03

Hey guys I need help with my java coding. I'm required to write a code that takes 3 numbers (user input) and sort them from smallest to largest. Can someone show me how to code this?

Name: Anonymous 2011-10-18 16:17

>>26
<= can take more than two arguments.

(cond ((<= a b c) (list a b c))
      ((<= a c b) (list a c b))
      ...)

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List