add text " Unlike the while
loop," to article (#26858)
This commit is contained in:
@ -36,7 +36,7 @@ Output:
|
|||||||
iter_DoWhile Value: 21
|
iter_DoWhile Value: 21
|
||||||
```
|
```
|
||||||
|
|
||||||
**Remember**: The condition of a `do-while` loop is checked after the code body is executed once.
|
**Remember**: Unlike the `while` loop, the condition of a `do-while` loop is checked after the code body is executed once.
|
||||||
|
|
||||||
 <a href='https://repl.it/CJYl/0' target='_blank' rel='nofollow'>Run Code</a>
|
 <a href='https://repl.it/CJYl/0' target='_blank' rel='nofollow'>Run Code</a>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user