Page 51, Exercise 2-19:
Write a C program that inputs three different integers from the keyboard, and then prints the sum, the product, the smallest, and the largest of these numbers. Use only the single-selection form of the if statement given in chapter 2. The screen dialog should appear as follows (User input is in red):
Input three different integers: 13 27 14
Sum is 54
Average is 18
Product is 4914
Smallest is 13
Largest is 27
Standards
Make sure you follow the standards required for this course!
I have listed them on my homepage for quick reference.