Search:

Type: Posts; User: JavaWiz

Search: Search took 0.09 seconds.

  1. Replies
    14
    Views
    21,885

    Re: Counting Vowels and Consonants in a String.

    Srry fail i just relized why it had to be the other way ... Fail
  2. Replies
    14
    Views
    21,885

    Re: Counting Vowels and Consonants in a String.

    the miscount is due to the for loop you need a <= instead of a < otherwise it will stop counting one chracter before the end. I found your program/applet ver useful. Thank you.
Results 1 to 2 of 2