Question: using C++ programming Using the Program 3-32 (page 135) as an example, create a program (proj1_1.cpp) that generates two random numbers in the rage 1
using C++ programming

Using the Program 3-32 (page 135) as an example, create a program (proj1_1.cpp) that generates two random numbers in the rage 1 to 100 and then displays these numbers along with their computed sum and product. Arithmetic expressions should be displayed as strings followed by their corresponding computed values. 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
