Please prepare a C++ program which stores student information for a university. Use the required data structures. 1. K
Posted: Mon Jun 06, 2022 1:35 pm
Please prepare a C++ program which stores student information
for a university. Use the required data structures.
1. Keeps student personel info
2. Keeps student course info
3. Keeps student CGPA info:
CGPA=(total weigted
credit)/(total credit)
total weigted credit= sum of all course credit*letter
grade weight
Letter Grade weights:
A: 4.0
B: 3.0
C: 2.0
D: 1.0
F:0
for a university. Use the required data structures.
1. Keeps student personel info
2. Keeps student course info
3. Keeps student CGPA info:
CGPA=(total weigted
credit)/(total credit)
total weigted credit= sum of all course credit*letter
grade weight
Letter Grade weights:
A: 4.0
B: 3.0
C: 2.0
D: 1.0
F:0