Loops/Nested: Difference between revisions

no edit summary
(add JavaScript)
No edit summary
Line 1:
{{task|Iteration}}
Show a nested loop which searches two-dimensional array filled with random number uniformly distributed on [1..20]. The loops iterate rows and columns of the array printing the iterated elements of, until the value 20 is met. Specifically, this task also shows how to [[Loop/Break|break]] out of nested loops.
=={{header|Ada}}==
<lang ada>
Anonymous user