Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in python please QUESTION 8 20 points Write a program that asks the user for an integer between 100 and 150 inclusive. Let the user
in python please
QUESTION 8 20 points Write a program that asks the user for an integer between 100 and 150 inclusive. Let the user entered value ben. The program should then generate random integers upon request. The program wil ask If the user wants to continue before generating the next random Integer. The random integer should be within the range between 0 and n The program will compute the average for random Integer targer than half of the range. After the user entered no', the program should print a formated message. One sample run is given below. Enter an integer between 100 and 150: 120 Continue (yeso yes 94 Continue le noyes 37 Continue fyesos: yes 88 Continue yes no no Average of 2 random numbers greater than 60.00 is 91.00 Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started