Skip to content

Commit

Permalink
Update calculator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishak798 authored Jan 8, 2024
1 parent 21e610d commit 31c77bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ int main()
{
int menu_index;
int number1, number2;
cout << "Here's a mini calculator" << endl
cout << "Calculator" << endl
<< endl;
cout << "ENTER THE VALUE OF NUMBER-1: ";
cin >> number1;
Expand Down Expand Up @@ -38,4 +38,4 @@ int main()
break;
}
return 0;
}
}

0 comments on commit 31c77bf

Please sign in to comment.