Write a program that uses while loops to perform the following steps:Prompt the user to input two integers: firstNum and secondNum(firstNum must be less than secondNum).Output all odd numbers between firstNum and secondNum.Separate each number with a space

Solved
Show answers

Ask an AI advisor a question