Question: Please help writing this program using visual studio #include Objectives: To introduce students to arrays as data type and to manipulate arrays Problem:Follow these steps
Please help writing this program using visual studio #include

Objectives: To introduce students to arrays as data type and to manipulate arrays Problem:Follow these steps to manipulate a one dimensional array: Declare a blank array which can hold 10-grades . Using a for' loop enter 10 grades in the array . Print the above array Print the array in reverse order. .Find the average of 10 grades as real number .Find the maximum grade. Find the minimum grade. Arrange and print the array in ascending order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
