Skip to content

Commit

Permalink
Update calculator.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishak798 authored Dec 31, 2023
1 parent 33c5d39 commit b684724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Switch Case/calculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ int main()
cout << "DIVISION = " << number1 / number2;
break;
default:
cout << "OOPS!! Invalid-Input";
cout << "Invalid-Input";
break;
}
return 0;
}
}

0 comments on commit b684724

Please sign in to comment.