Question: Problem 1. Write a program that inputs three integers from the keyboard and prints the sum, average, product, smallest and largest of these numbers.
Problem 1. Write a program that inputs three integers from the keyboard and prints the sum, average, product, smallest and largest of these numbers. The screen dialogue should appear as follows: Input three different integers: 18 41 25 Sum is 84 Average is 28 Product is 18450 Smallest is 18 Largest is 41
Step by Step Solution
3.48 Rating (158 Votes )
There are 3 Steps involved in it
Heres a Python program that fulfills your requirements python Copy Input ... View full answer
Get step-by-step solutions from verified subject matter experts
