Hi
Havin a probs with detecting vowels. need to be able to count the number of vowels in 5 letter word entered at keyboard.
Please help i'm really stuck, thanx !
x jit x![]()
This is a discussion on Problem-need to count number of vowels in 5 letter word within the C Programming forums, part of the General Programming Boards category; Hi Havin a probs with detecting vowels. need to be able to count the number of vowels in 5 letter ...
Hi
Havin a probs with detecting vowels. need to be able to count the number of vowels in 5 letter word entered at keyboard.
Please help i'm really stuck, thanx !
x jit x![]()
Step 1) Read in the word
Step 2) Solve it like you would in real life: Look at each letter and if it is a vowel increment a counter by 1
http://cboard.cprogramming.com/annou...ouncementid=39