View Single Post
Old 10-14-2004, 04:07 PM   #34 (permalink)
gamehead200
Code Monkey
 
gamehead200's Avatar
 
Join Date: Oct 2004
Posts: 57
gamehead200 is an unknown quantity at this point
See the acount++? You need to create an integer with the name acount (or whatever your letter is) and set it to 0... Once it finds the letter a in your sentence, it will add 1 to acount... sent is the variable I used for the sentence... You need to create a whole bunch of cases for each letter as well... For the second piece of code, you need to repeat that for each letter as well!
gamehead200 is offline   Reply With Quote