Question: 1. Write a C+ program that takes n numbers from user (where, n is specified by user). The number should in range of (1 to

1. Write a C+ program that takes n numbers from user (where, n is specified by user). The number should in range of (1 to 100); if the number is not in the specified range, the program should alert the user that the number entered is out of range, and prompts the user to enter another number The program should then prompt the user to enter a series of integers and use a function isEven, which uses the modulus operator to determine whether the integer is even or odd. The function should take an integer argument and return true if the integer is even and false otherwise
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
