Question: help please Complete the following program that recelves a number from a keyboard. The program evaluates the number to be either odd or even number.
Complete the following program that recelves a number from a keyboard. The program evaluates the number to be either odd or even number. Then, shows the result. 1. You must use "if" statements. 2. The program generates a prompt to request the input number. 3. The output must includes the input value and evaluation (See the output example below). Example (1) Please enter a number: (This is entered from keyboard, 23) 23 is an odd number. Example (2): Please enter a number: (This is entered from keyboard, 108) 108 is an even number. Hincludeciostreams usingnamespace std; int main0 int 4 II Write the program body in the answer area. return 0; Jill main Use the editor to format your
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
