Question: Please help me write a C++ program that can calculate GPA and CGPA with an output like the picture shown below. The input is based
Please help me write a C++ program that can calculate GPA and CGPA with an output like the picture shown below.
The input is based on grade and credit. The question requires to code based on question and put the output in command and text file. The cgpa and gpa calculation can find in google, just normal gpa and cgpa calculation will do. Thank you!

This is the code that I have tried:
#include ///for calculation gpa i use (total pointer x total credit hour) / total credit hour
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
