
-----------------------------------
blankout
Wed Mar 04, 2009 5:50 pm

Alphabetical order
-----------------------------------
Is it possible to create a program in which i could write names and then output them in alphabetical, reverse or the order in which they were input?

-----------------------------------
Tony
Wed Mar 04, 2009 5:54 pm

RE:Alphabetical order
-----------------------------------
Yes, it is possible.

-----------------------------------
blankout
Wed Mar 04, 2009 5:55 pm

Re: Alphabetical order
-----------------------------------
well could you possibly help me with it?

-----------------------------------
Tony
Wed Mar 04, 2009 6:33 pm

RE:Alphabetical order
-----------------------------------
sure, what do you need help understanding?

-----------------------------------
blankout
Wed Mar 04, 2009 6:36 pm

Re: Alphabetical order
-----------------------------------
well, i'm kinda new to turing so basically just how to put the answers in alphabetical order in the run window

-----------------------------------
Tony
Wed Mar 04, 2009 6:55 pm

RE:Alphabetical order
-----------------------------------
you would need to compare strings.

put "compsci" > "dwite"

