Question: In C++, Ask the user to enter an integer greater than 1. Be sure to verify the input is correct prior to continuing. Multiply all
In C++, Ask the user to enter an integer greater than 1. Be sure to verify the input is correct prior to continuing. Multiply all integers from 1 to the users input, inclusive. The program should loop, asking if the user would like to continue or not.
Hint: when implementing in C++ use a do-while loop for continuing to make calculations, a while-loop to verify input, and a for-loop to make the actual calculation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
