Hello! Badly need help. I need to do a program that will produce odd & even numbers using loop structure
Sample output:
Enter a number: 5
This number is an odd number!
Input 1 to run the program again
Input 2 to stop
Enter your Choice: 1
Enter a number: 6
This number is and even number!
Input 1 to run the program again
Input 2 to stop
Enter your choice: 2
THANKS FOR HELPING!