Assume the declarations of Exercise 10. Write C++ statements that do the following. (2, 3, 6, 7, 8)
a. Store the following information in course:
name: Programming I
callNum: 13452
credits: 3 grade: “”
b. In the array classList, initialize each gpa to 0.0.
c. Copy the information of the 31st component of the array classList into student.
d. Update the gpa of the 10th student in the array classList by adding 0.75 to its previous value.