Vowels

Please help me to solve the following problem with java.Problem: Write a program that reads one line of text and then prints the number of vowels that were read.Thanking u,Ripon
[205 byte] By [riponc007a] at [2007-9-29 1:10:57]
# 1
use the same method i told you before:1. get one line of text;2. use a loop to check all the characters of the line of text one by one;3. if the character is a vowel, then increment the counter;when the loop is finished, print out the counter
jiefei_maa at 2007-7-13 3:34:12 > top of Java-index,Other Topics,Algorithms...
# 2
If you're not going to be bothered to do any of your own homework, why bother taking the course?
YATArchivist_sna at 2007-7-13 3:34:12 > top of Java-index,Other Topics,Algorithms...
# 3

Hey riponc007:

You don't have to stare at this page here too long to realise that you're a useless waste of space that;-

1. doesn't even bother to say 'thank you' - I consider that extremely rude btw

2. that you're a parasite and I really do hope that you fail your course

3. you offer no code, no discussion, nothing in return

4. it would please me for you to know that you are NOT AT ALL WELCOME.

Now get the hell out of here and stop wasting people's time!

Sscottiesa at 2007-7-13 3:34:12 > top of Java-index,Other Topics,Algorithms...
# 4
> Please help me to solve the following problem with> java.You could count the occurance of ALL characters, and then add the vowel character counts. This should give you the total vowels.
UlrikaJa at 2007-7-13 3:34:12 > top of Java-index,Other Topics,Algorithms...