Data Structure
a. Assume the declarations of Exercise 10. Write C++ statements to store the following information in classList[0]. (2, 3, 6, 7, 8) name: Jessica Miller gpa: 3.8 course name: Data Structure course call number: 8340 course credits: 3 course grade: B b. Write a C++ statement to copy the value of classList[0] into the variable […]