Question: Homework 1 - Simple Array Handling Write a working C++ program to ask the user for a set of grades which are to be stored

Homework 1 - Simple Array Handling Write a working C++ program to ask the user for a set of grades which are to be stored in an array in increasing sequence. The user must first provide the number which represents the count of all grades to be provided. For example, if there will be 10 grades, the user is first prompted to provide the number 10. Subsequently, each grade is provided, one at a time. Allow for a maximum of 30 grades in defining the array. When all the grades have been sorted properly, print them all, along with the average. Process the array using a function which is invoked from the main body of the program. The main body asks for the count of grades and then invokes the grade sequencing function. You must write in proper C++ syntax and actually execute the program to ensure it works properly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
