Skip to content

Commit

Permalink
resolved ChicoState#61
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehaz committed Aug 30, 2023
1 parent ea339a7 commit 3eacc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ int main()

cin >> x >> y;
if(y ==0){
cout <<"Cannot divide by 0" <<endl;
cout <<"Cannot divide by 0!" <<endl;
return 0;
}
cout << "Addition: " << x + y << endl;
Expand Down

0 comments on commit 3eacc8b

Please sign in to comment.