This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
acc [2017/07/14 22:23] korshun |
acc [2017/07/14 22:23] (current) korshun |
||
---|---|---|---|
Line 93: | Line 93: | ||
* Changing the loop condition | * Changing the loop condition | ||
* Replacing ''int'' with ''void'' | * Replacing ''int'' with ''void'' | ||
- | * Adding more code after continue, both inside and outside the loop | + | * Adding more code before and after continue, both inside and outside the loop |
* Adding more functions anywhere else | * Adding more functions anywhere else | ||
* Replacing "while" loop with "for" | * Replacing "while" loop with "for" |