Search:

Type: Posts; User: Andyandhisboard

Search: Search took 0.10 seconds.

  1. Re: Counting Vowels and Consonants in a String.

    Thanks again :D

    I'm afraid I don't understand what happens when I compare c == " ". My guess would be maybe the space would represent any character that is a part of the string?

    Also, so if I...
  2. Re: Counting Vowels and Consonants in a String.

    Thanks man, now do you mind me asking, are you saying in my else...if for consonants I should set c == 'b' c == 'c' and so on and so forth for EVERY consonant? Also, how would I go about doing:
    ...
  3. Counting Vowels and Consonants in a String.

    Hello everyone, I am so close to achieving my goal with this program. I just can't seam to figure out where the for loop goes wrong and "mis-counts" the amount of consonants and vowels. Also, in the...
Results 1 to 3 of 3