Question: Create a program in Python with the following requirements. Prompt the user to enter their name.Using their name, prompt the user to enter a number

Create a program in Python with the following requirements.
Prompt the user to enter their name.Using their name, prompt the user to enter a number and save it as 'x'.Using their name, prompt the user to enter a number and save it as 'y'.Using their name, prompt the user to enter a number and save it as 'z'.Calculate the average of the numbers and display the result to the user.Ask the user if they would like to try averaging again, if they say yes, repeat the input and calculation.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!