Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a python program that generates two (2) random numbers between 100 and 200 and then calculates and prints the sum of these two numbers.
Write a python program that generates two (2) random numbers between 100 and 200 and then calculates and prints the sum of these two numbers. Modify the program in 3 above to finds the: a. sum of the two (2) numbers if the first is greater than the second b. product if the second is greater than the first c. average of these two numbers if the are both greater than 125 d. the difference of the first and the second if the first is greater than 150 and the second less than 150
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