Question: C++ Thank you so much Given the numbers 10, -6, -14, 23, 50, 33, write a complete program to solve the problems below: 1. Declare

C++ Thank you so much
Given the numbers 10, -6, -14, 23, 50, 33, write a complete program to solve the problems below: 1. Declare an integer-type array named List and initialize the elements to the array 2. Display the 3rd element in the array. 3. Find the sum of the 2nd and 5th elements in the array: 4. IDisplay the elements in reverse order. 5. Find the sum and average of the elements. 6. Count and display the number of numbers that can be divided by 2. 7. Count and display the number of negative numbers in the array. 8. Count and display the odd numbers in the array. 9. Find the maximum number in the array. 10. Find the minimum number in the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
