Question: ASAP PLEASE IN C Vrite a program that: Ask the user to enter three (3) integers and the program is able to define if these

Vrite a program that: Ask the user to enter three (3) integers and the program is able to define if these numbers are EVEN or ODD. . For this program, you must use your main() and a function called evalnum( ). Inside this evalnum function, your p You must use and array of elements to save these three integers. Do not use simple int variables to store these num Your input questions should look like these: o Enter number 1: o Enter number 2: o Enter number 3: Your output should look like this: o The number (here goes the number you entered) is EVEN (or ODD depends on the input). o The number (here goes the number you entered) is EVEN (or ODD depends on the input). The number_(here goes the number you entered) is EVEN (or ODD depends on the input). Example: if you entered 14,25 and 708, you output should look like this: The number 14 is EVEN. o The number 25 is ODD. o The number 708 is EVEN Scoring method: Correcity define of evalum() o Correctly define array[ ] of elements o if needed, correctly pass arguments from main() to evalum(), and returning values o Correctly calculate values o Correctly declare variables and more... o Commenting o Correctly populate data from user o Correctly print out to screen Question 1 of 36 >> 100 points Save Answer sare EVEN or ODD. mevalnum function, your program will be performing the calculations to evaluate if each of these 3 numbers are EVEN or ODD. riables to store these numbers, you must use an array. input). input). input)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
