Question: Write a program that uses while loops performing the following steps: A. Prompt the user to input two integers: firstNum and secondNum (firstNum must be
Write a program that uses while loops performing the following steps: 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. Match the output of the examples below.
Example 1: Enter two space separated numbers:
5 13 5 6 7 8 9 10 11 12 13
Sum is: 81
7 9 11
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
