subject

LAB: Even/odd values in an array

Write a program that reads a list of integers, and outputs whether the list contains all even numbers, odd numbers, or neither. The input begins with an integer indicating the number of integers that follow. Assume that the list will always contain less than 20 integers.

Ex: If the input is: 5 2 4 6 8 10

the output is: all even

Ex: If the input is: 5 1 3 5 7 9

the output is: all odd

Ex: If the input is: 5 1 2 3 4 5

the output is:

not even or odd
Your program must define and call the following two functions. IsArrayEven returns true if all integers in the array are even and false otherwise. IsArrayOdd returns true if all integers in the array are odd and false otherwise.
bool IsArrayEven(int inputVals[], int numVals)
bool IsArrayOdd(int inputVals[], int numVals)

PLease answer in c

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 03:00
State 7 common key's for every keyboard
Answers: 1
question
Computers and Technology, 24.06.2019 13:00
Append and make table queries are called queries. select complex simple action i think action
Answers: 1
question
Computers and Technology, 24.06.2019 20:50
Which key function of a business involves finding, targeting, attracting, and connecting with the right customers?
Answers: 3
question
Computers and Technology, 24.06.2019 21:30
Jenny wants to create an animated short video to add to her website. which software will she use to create this animated video?
Answers: 1
You know the right answer?
LAB: Even/odd values in an array

Write a program that reads a list of integers, and outp...
Questions
question
Mathematics, 20.11.2020 22:30
question
Spanish, 20.11.2020 22:30
question
English, 20.11.2020 22:30
Questions on the website: 13722359