We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95e8513 commit ac1bf92Copy full SHA for ac1bf92
Projects/C++ Projects/Basic/Calculate CGPA and GPA/main.cpp
@@ -17,7 +17,7 @@ int main()
17
system("cls");
18
int input;
19
cout<<"--------------------------------------------------------------------------"<<endl;
20
- cout<<" GPA & CGPA Calculator (Developed by Ohid) "<<endl;
+ cout<<" GPA & CGPA Calculator (Developed by Nemo) "<<endl;
21
cout<<"--------------------------------------------------------------------------\n"<<endl;
22
cout<<" MENU:"<<endl;
23
cout<<" 1. Calculate GPA (Grade Point Average)"<<endl;
0 commit comments