Question: Write a program that uses while loops to perform the following steps: a) Prompt the user to input two integers: firstNum and secondNum (firstNum must
Write a program that uses while loops to perform the following steps:
a) Prompt the user to input two integers: firstNum and secondNum (firstNum must be less than secondNum).
b) Output all odd numbers between firstNum and secondNum
c) Output the sum of all even numbers between firstNum and secondNum
d) Output the numbers and their squares between 1 and 10
Requirements to receive a grade greater than zero:
1 submit the program file (.cpp) and an image of the results file (.jpg)
2 - provide a comment line with your name/jag#/date/program name
3 displayed (cout command) output contains your name/jag#/date/program name
4 all 4 parts of the program are included as described above a,b,c,d.
5 - program must run without errors
(This problem is taken from Chp 5, Programming Exercise #8 a-d, page 339 in the textbook). There are many reference examples in the textbook.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
