Question: 5. Student Grade Result Calculation Write a complete C++ program to do the following 1. Enter mid and final marks of 5 students in one
5. Student Grade Result Calculation Write a complete C++ program to do the following 1. Enter mid and final marks of 5 students in one subject and store them in twodimensional array (i.e. marks[5][2]). 2. Calculate the total marks for each student and store results in 1-dimensional array (i.e. total[5]). 3. Calculate the grade of each student and store in 1-D array (i.e.,grade[5]). 4. Print the results as shown in the following table
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
