Question: Language: Python con 17 15 pts Problem 5 Write a program. The program prompts the user to enter a word and then counts how many
con 17 15 pts Problem 5 Write a program. The program prompts the user to enter a word and then counts how many letters and vowels in the word entered by the user. Assume that the user's input is always a legitimate word made of letters. For example, if the user enters the word "hello" the output should look like this: hello 5 letters, 2 vowels Hints: Vowels are uppercase and lowercase letters including A.E. LO.U. a c..oand u. Other letters including W/w and Yly are considered not vowels for simplicity of the program. You need to traverse a string and may use string comparison and a function len. Write your program below: #make sure that your preformatted textpraph test Edit View Insert Format Tools Table 12pt Paragraph 00 I U A T! 1 OP 10 5 De O words
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
