You need to prepare a program to find the Gpa.
Program: Write a C++ program to calculate the Gpa of 5 courses. When users enter the grades and credits of the courses from the keyboard, the program will calculates the GPA and displays it on the screen. Can you prepare this program in C++ language? Define every function.
(the grade input is a number, for instance: B+ is 3.33)