Question: This is for C++. Problem 1: Add and Multiply Two Random Numbers (40 points) Using the Program 3-32 (page 135) as an example, create a
This is for C++.

Problem 1: Add and Multiply Two Random Numbers (40 points) Using the Program 3-32 (page 135) as an example, create a program (proj1_1.cpp) that generates two random numbers in the range of 1 to 100, stores them into two 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: First number: 12 Second number: 23 12 +23 = 35 12 * 23= 276
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
