Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
28
Task/Loops-Continue/00-TASK.txt
Normal file
28
Task/Loops-Continue/00-TASK.txt
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
;Task:
|
||||
Show the following output using one loop.
|
||||
1, 2, 3, 4, 5
|
||||
6, 7, 8, 9, 10
|
||||
|
||||
|
||||
Try to achieve the result by forcing the next iteration within the loop
|
||||
upon a specific condition, if your language allows it.
|
||||
|
||||
|
||||
;Related tasks:
|
||||
* [[Loop over multiple arrays simultaneously]]
|
||||
* [[Loops/Break]]
|
||||
* [[Loops/Continue]]
|
||||
* [[Loops/Do-while]]
|
||||
* [[Loops/Downward for]]
|
||||
* [[Loops/For]]
|
||||
* [[Loops/For with a specified step]]
|
||||
* [[Loops/Foreach]]
|
||||
* [[Loops/Increment loop index within loop body]]
|
||||
* [[Loops/Infinite]]
|
||||
* [[Loops/N plus one half]]
|
||||
* [[Loops/Nested]]
|
||||
* [[Loops/While]]
|
||||
* [[Loops/with multiple ranges]]
|
||||
* [[Loops/Wrong ranges]]
|
||||
<br><br>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue