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
casesensitive 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:
Enter the number Input "End" to end the input:
Enter the number Input "End" to end the input:
Enter the number Input "End" to end the input:
Enter the number Input "End" to end the input: end
Maximum value in the list:
Average value in the list:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
