Skip to content

Commit

Permalink
add minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhdanov0 committed Dec 4, 2024
1 parent 1a047b4 commit 964112a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calculator/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ int main() {
std::cout << "Enter operation (+,-,*,/): ";
std::cin >> operation;

switch (op) {
switch (operation) {
case '+':
std::cout << "Reuslt: " << operations.add(a, b) << "\n\n";
break;
Expand Down

0 comments on commit 964112a

Please sign in to comment.