pull/760/head
Andrew Pardoe 9 years ago
parent f66d9aea46
commit f6dd6159f8

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

Loading…
Cancel
Save