: Make a CGPA calculator using C++. CGPA calculator should input total courses studied by student. Input credit hour (int) and obtained quality point (float) of each studied course. Calculate and display CGPA. Formula for CGPA is given below. (Marks 15)
CGPA= (sum of obtained quality points) / (sum of credit hour studied)
Figure given below Shows execution of CGPA calculator.
Answers
Answered by
3
Answer:
mark me as brainlist plzzz please don't forget to mark me
Similar questions