SkyHog
Touchdown! Greaser!
- Joined
- Feb 23, 2005
- Messages
- 18,433
- Location
- Castle Rock, CO
- Display Name
Display name:
Everything Offends Me
Techies:
I have been given an assignment, and I can't even fathom a way to figure it out. Basically, I need to take a string, and determine whether or not each character is a consonant or a vowel.
I don't want code, please, PLEASE don't give me code. I'm just looking for a starting point...I am completely lost.
edit: disregard, I just thought of a way - I'll just compare each letter to a series of constants within a loop to determine if the letter is a vowel. If its not, it must be a consonant.
I have been given an assignment, and I can't even fathom a way to figure it out. Basically, I need to take a string, and determine whether or not each character is a consonant or a vowel.
I don't want code, please, PLEASE don't give me code. I'm just looking for a starting point...I am completely lost.
edit: disregard, I just thought of a way - I'll just compare each letter to a series of constants within a loop to determine if the letter is a vowel. If its not, it must be a consonant.
Last edited: