Question: Please put this in python . This should be in a menu . Write a computer program that performs the following tasks: Find the sum,

Please put this in python . This should be in a menu .

Write a computer program that performs the following tasks:

  1. Find the sum, average, highest number inputted and lowest number from a series of inputted numbers
  2. Determine in a minimum number of guesses a number you have picked from between 1-100.

The program should initially offer a three-item menu to the user, one for each of the above options and one to exit. If the user selects the first option, the program should accept numbers inputted singly until a CRLF(return) is entered. The program should then output the sum, average high and low of the inputted numbers, properly formatted of course. The program should then return to the original menu. If the second menu item is selected, the program should begin guessing the users secret number. After each guess, the program should request of the user whether the guess was too low or too high. The program should offer an option to return to the main menu if desired as well. If the user attempts to fool the program with improper input, the program should inform the user and return to the main menu.

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!