Problem 1: Add and Multiply Three Random Numbers Using the Program 3-32 (page 135) as an example, create a program that generates three random numbers in the range of 1 to 20, stores them into three...


please help me solve this problem in C++



Problem 1: Add and Multiply Three Random Numbers<br>Using the Program 3-32 (page 135) as an example, create a program<br>that generates three random numbers in the range of 1 to 20, stores them into three variables, and then displays these numbers<br>along with their computed sum and product. The sum and the product should also be stored as variables. Arithmetic expressions should be displayed as strings followed by their corresponding computed values<br>already stored into variables.<br>The output should look like this but with different numbers:<br>First number: 12<br>Second number: 2<br>Third number:9<br>12 2+ 9-23<br>12 2 9 216<br>

Extracted text: Problem 1: Add and Multiply Three Random Numbers Using the Program 3-32 (page 135) as an example, create a program that generates three random numbers in the range of 1 to 20, stores them into three variables, and then displays these numbers along with their computed sum and product. The sum and the product should also be stored as variables. Arithmetic expressions should be displayed as strings followed by their corresponding computed values already stored into variables. The output should look like this but with different numbers: First number: 12 Second number: 2 Third number:9 12 2+ 9-23 12 2 9 216

Jun 02, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here