Question: *ANSWER USING C++ PROGRAMMING ONLY AND PLEASE WRITE THE STEPS/COMMENTS* 1.) Write a program that reads two numbers from the user and then compares them
*ANSWER USING C++ PROGRAMMING ONLY AND PLEASE WRITE THE STEPS/COMMENTS*
1.) Write a program that reads two numbers from the user and then compares them to determine if one is larger than the other or if they are equal. The program should output the results of the comparison clearly showing the results. (Ex. 28 is greater than 14, or 65 is equal to 65, or 12 is less than 88)
2.) Write a loop expression that counts from 80 to -10 by 2s and displays the value of the loop control variable each iteration.
3.) Write a loop that continues to ask the user to input a number until the user entered number is an odd number .
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
