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
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Please prepare a C++ program which stores student information for a university. Use the required data structures. 1. K
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!