I absolutely can't figure this problem out, can anyone please help?
Write a program that asks for a phrase and then calculates and displays the number of vowels in the phrase, twice. The first time, your program should calculate the number of vowels in the phrase using a for loop. The second time, your program should use a while loop.
I have been stuck on this for two hours now! Please help!