update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
1
Task/Loops-Break/00DESCRIPTION
Normal file
1
Task/Loops-Break/00DESCRIPTION
Normal file
|
|
@ -0,0 +1 @@
|
|||
Show a loop which prints random numbers (each number newly generated each loop) from 0 to 19 (inclusive). If a number is 10, stop the loop after printing it, and do not generate any further numbers. Otherwise, generate and print a second random number before restarting the loop. If the number 10 is never generated as the first number in a loop, loop forever.
|
||||
Loading…
Add table
Add a link
Reference in a new issue