Question: Write a program in C++ that uses while loops performing the following steps: Make sure to use while loop only. No for loop . A.Prompt
Write a program in C++ that uses while loops performing the following steps: Make sure to use while loop only. No "for loop."
A.Prompt the user to input two integers: firstNum and secondNum(firstNum must be less than secondNum).
B.Output the numbers between (inclusive) firstNum and secondNum
C.Output the sum of the numbers between (inclusive) firstNum and secondNum.
D.Output all odd numbers between (exclusive) firstNum and secondNum.
I am a beginner in C++ so try to keep it basic and explain as much as possible. Thank you!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
