Question: Write a C++ program that uses while loops performing the following steps: Prompt the user to input two integers: firstNum and Add a check such
Write a C++ program that uses while loops performing the following steps:
Prompt the user to input two integers: firstNum and Add a check such that firstNum is less than secondNum.
Output the numbers between (inclusive) firstNum and secondNum.
Output the sum of the numbers between (inclusive) firstNum and secondNum.
Output all odd numbers between (exclusive) firstNum and secondNum.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
