Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribed
image text in transcribed
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 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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeff Hoffer, Ramesh Venkataraman, Heikki Topi

12th edition

133544613, 978-0133544619

More Books

Students also viewed these Databases questions

Question

late the value using a calcu. 5.3^(1.24)

Answered: 1 week ago

Question

=+ What are the information and consultation requirements?

Answered: 1 week ago

Question

=+ Should the MNE belong (why, why not)?

Answered: 1 week ago