#include using namespace std; int main() { cout<<"\n$$$$$$$$$$$$$$$$$ Absar Mazhar BI-113004 $$$$$$$$$$$$$$$$"<>x; cout<>rc; for (int i=1;i<=rc;i++) { float egp[i]; // egp is the gpa of each registered course cout<<"\nEnter the Credit Hours of your "<>sch; // get credit hours of (i) course cout<<"\nEnter the grade points of your "<>gp; // get grades earned in this (i) course egp[i]=(sch*gp); // gpa of (i) course is calculated as cout<>rc; for (int i=1;i<=rc;i++) { float egp[i]; // egp is the gpa of each registered course cout<<"\nEnter the Credit Hour of your "<>sch; // get credit hours of (i) course cout<<"\nEnter the grade points of your "<>gp; // get grades earned in this (i) course egp[i]=(sch*gp); // gpa of (i) course is calculated as cout<>opt; system("cls"); } while(opt=='y' || opt=='Y'); cout<<"\n\n\n$$$$$$$$$$$$$$$$$$$$ End Of Program $$$$$$$$$$$$$$$$$$$$$"<