Question: Q3- Write a C++ program to define an array of type double and size 10. Then ask the user to input the array elements using
Q3- Write a C++ program to define an array of type double and size 10. Then ask the user to input the array elements using for loop and then write code to find the following: 1- The average of the array elements. 2- The maximum number of the array. 3- The count of even numbers in the array
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
