Question: Ask the user to input the real numbers until the user input End while the input is no case - sensitive . Store the input

Ask the user to input the real numbers until the user input "End" while the input is no
case-sensitive. Store the input item in a list called numberList. Show the list and find
the maximum value within the list and average value of the list.
Sample OutputEnter the number (Input "End" to end the input): 45
Enter the number (Input "End" to end the input): 35
Enter the number (Input "End" to end the input): 50
Enter the number (Input "End" to end the input): 8
Enter the number (Input "End" to end the input): end[22.0,45.0,35.0,50.0,8.0]
Maximum value in the list: 50.0
Average value in the list: 32.0
 Ask the user to input the real numbers until the user

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 Databases Questions!