Skip to content

Commit

Permalink
Update ex5_25.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
KiWeng authored Jun 23, 2019
1 parent 118a5ff commit 9b87974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ch05/ex5_25.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ int main(void)
cin >> c;
if (!cin || c == 'n')
break;
else
cout << "Input two integers: ";
}
}

Expand Down

0 comments on commit 9b87974

Please sign in to comment.