Question: 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
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. \#includeciostream usingnamespace std; int maind 4 int i; II Write the program body in the answer area. return 0 ; 3/1 main
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
