Question: please dont copy paste Exercise 1: Write a program that enters 10 integers from the user and stores these integers in an array. Write a
Exercise 1: Write a program that enters 10 integers from the user and stores these integers in an array. Write a function that outputs the even numbers stored in an array. The program will use the function to output the even numbers entered by the user. Sample run: Please enter the value at index e: 23 Please enter the value at index 1: 44 Please enter the value at index 2: 28 Please enter the value at index 3: 32 Please enter the value at index 4: 67 Please enter the value at index 5: 99 Please enter the value at index 6: 82 Please enter the value at index 7: 46 Please enter the value at index 8: 55 Please enter the value at index 9: 90 44 28 32 82 46 90
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
