Skip to content

Commit ac1bf92

Browse files
Update main.cpp
1 parent 95e8513 commit ac1bf92

File tree

1 file changed

+1
-1
lines changed
  • Projects/C++ Projects/Basic/Calculate CGPA and GPA

1 file changed

+1
-1
lines changed

Projects/C++ Projects/Basic/Calculate CGPA and GPA/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ int main()
1717
system("cls");
1818
int input;
1919
cout<<"--------------------------------------------------------------------------"<<endl;
20-
cout<<" GPA & CGPA Calculator (Developed by Ohid) "<<endl;
20+
cout<<" GPA & CGPA Calculator (Developed by Nemo) "<<endl;
2121
cout<<"--------------------------------------------------------------------------\n"<<endl;
2222
cout<<" MENU:"<<endl;
2323
cout<<" 1. Calculate GPA (Grade Point Average)"<<endl;

0 commit comments

Comments
 (0)