Question: 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:

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 atudent. d. Update the gpa of the 10th student in the array classList by adding 0.75 to its previous value Declarations from Exercise 10 struct nameType struct courseTy stuct studentType string first; string last; atring name; int callNum int creditsi char grade; nameType name; double gpa; courseType course: 2: )i studentType student studentType classList [1001 courseType course; nameType name
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
