Question: MUST BE COMPILED IN (C++) part a) Write a program that reads in a positive integer and outputs ODD if the integer is odd and
MUST BE COMPILED IN (C++)
part a)
Write a program that reads in a positive integer and outputs "ODD" if the integer is odd and "EVEN" if the integer is even.
part B)
Modify the program you wrote for the previous exercise so that it keeps reading positive integers and classifying them as ODD or EVEN until the user inputs -1. No classification should be produced for the -1.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
