This commit is contained in:
Andrew Pardoe 2016-10-03 15:40:56 -07:00
parent f66d9aea46
commit f6dd6159f8

View File

@ -9985,7 +9985,7 @@ The termination condition is at the end (where it can be overlooked) and the con
int x; int x;
do { do {
cin >> x; cin >> x;
x // ...
} while (x < 0); } while (x < 0);
##### Enforcement ##### Enforcement