[solved] – Question 8728
Write a program that uses while loop that prompts the user to input two integers x, and y. Then output all odd numbers between x and y.
Expert Answer
OR
Write a program that uses while loop that prompts the user to input two integers x, and y. Then output all odd numbers between x and y.
OR