Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Python program that prompts the user to enter a String, then uses a loop to count how many upper case vowels (AETOU)

Write a Python program that prompts the user to enter a String, then uses a loop to count how many upper case  

Write a Python program that prompts the user to enter a String, then uses a loop to count how many upper case vowels ("AE"TOU") are there in the string. It also adds the letters of the string to a list called string/List and prints the list and number of vowels at the end.. Hint. Use the append () method to add to the list Support your code with python Comments (5% of the grade) Example: Enter string: "I Own 3 1-Phones Output: String List: [' 'O w. 'n 31 P. n. o. n. e. 's'] Number of Upper-case vowels: 3

Step by Step Solution

3.46 Rating (153 Votes )

There are 3 Steps involved in it

Step: 1

Heres a Python program that prompts the user to enter a string counts the number of uppercase vowels ... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Starting Out With Java From Control Structures Through Data Structures

Authors: Tony Gaddis

6th Edition

0133957055, 978-0133957051

More Books

Students also viewed these Programming questions

Question

=+a) Create a run chart for the baseballs weights.

Answered: 1 week ago