Question: Write a program that reads in three integers. Now compute and display the sum of the three integers, and the product of the three integers.
Write a program that reads in three integers. Now compute and display the sum of the three integers, and the product of the three integers.
Sample output: Enter 3 integers: 2 5 10
2 + 5 + 10 = 17
2 * 5 * 10 = 100
C++ Program
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
