Question: Write c++ program that make three different computations, each controlled by some loop. prompt the user for loop intervals. (1) first prompt the user for
Write c++ program that make three different computations, each controlled by some loop. prompt the user for loop intervals. (1) first prompt the user for one integer. It will then compute the sum of the values between 1 and the user's input value.(For example enter input is 9, The sum of integers from 1 to 9 is 45) ( 2) .input two integers 1 and 9 , the interval between 1 and 9 is 7. (3) . input two integers, the second must non-negative : 2-10, the product of 2^10 is: 1024.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
