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
Please prepare a C++ program which stores student information for a university. Use the required data structures. 1. K
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am