Question: Using c++ Task 1: Read a set of numerical grades from the keyboard into an array. The maximum number of grades to be entered is
Using c++
Task 1:
Read a set of numerical grades from the keyboard into an array. The maximum number of grades to be entered is 20, and data entry should be terminated when a negative number is entered. Have your program sort and print the grades in descending order.
Task 2:
Use vector to solve Task 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
