View Single Post
  #1 (permalink)  
Old August 1st, 2007, 02:33 AM
marlon19a marlon19a is offline
Registered User
 
Join Date: Jul 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default check this one "alphabetical order"

guys i have a problem regarding this program... this is the problem
"create an program that arrange the input string to its alphabetical arrangement"

EX.: ENTER A STRING : "BANANA"
     IN ALPHABET ORDER: "AAABNN"

that how the program work


marlon19a:)