Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

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

Students also viewed these Databases questions

Question

Regarding this case study what is hypothesis

Answered: 1 week ago