Question: . you will write a C + + program that uses a for statement to calculate and display the product of all even numbers between

. you will write a C++ program that uses a for statement to calculate and display the product of all even
numbers between 4 and 13 inclusive on the screen. (5 points)
Q2. Write statements that assign random integers to the variable n in the following ranges: Use the
random function to generate the numbers. Put the statements in a C++ Program and run it.(5 points)
a)1 n 200
b)1 n 825
c)0 n 930
d)1000 n 2169
e)17 n 80

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!