Make a C++ program of student information using structures (one having name, father’s name and age, second structure should have CGPA, semester GPA and a function to update GPA and the third should have information regarding course’s name and course‘s attendance and course GPA, the program will have three structures which are to be nested into one another, in main function you should be able to store and retrieve information of 5 students, update GPA of every semester and update CGPA. Order of nesting may be according to your convenience

Solved
Show answers

Ask an AI advisor a question