Question: 21 Fill the array with integers from the user 2 4 5 6 9 8 745 96 36 The maximum element in the array is

21 Fill the array with integers from the user 2 4 5 6 9 8 745 96 36 The maximum element in the array is : 745 First Odd Element fount at location : 2 Array list elements in reverse order : 6 396 745 8 9 6 5 4 2 Fill the array with integers from the user 0 2 4 6 8 10 12 14 18 2 The maximum element in the array 13 : 18 No Odd Element Found Array list elements in reverse order : 2 18 14 12 10 8 6 4 2 0 Write a C++ program to do the following: Declare a one dimensional array of type integer named list with 10 elements. Read values for array list from the keyboard. Print the maximum element in the array. Print the position of the first odd element in the array. If there is no odd element in the array then print "No Odd Element Found". Print Array elements in reverse order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
