Write a program that inputs ten values into an array. It finds out the average value of the array
Write a program that inputs ten values into an array. It finds out the average value of the array and displays the values of array which are greater than the average value of array. So let’s Write Code: Let’s build logic First: Algorithm for code: Step 1: Start Step 2: Declare an array and variables…