Please prepare a C++ program which stores student information for a university. Use the required data structures. 1. K

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
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

Post by answerhappygod »

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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply