Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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.
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. 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started