Skip to content

Commit

Permalink
Merge pull request pezy#170 from KiWeng/patch-1
Browse files Browse the repository at this point in the history
Update ex5_25.cpp
  • Loading branch information
pezy authored Jun 27, 2019
2 parents 118a5ff + 9b87974 commit 03a3edb
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 03a3edb

Please sign in to comment.