For each of the problems listed below write the c++ code
1. A program will read ten numbers and store them in an array. the program should display how many of these elements are odd and how many are even.
2. A program will read ten numbers and store them in an array the program should then calculate the average and display how many of these numbers are below the average
3. A program will read six numbers and store them in an array. the program should then store the elements in reverse order in a second array and display the content of the first and second array.