5 lines
152 B
Text
5 lines
152 B
Text
Sort an array (or list) of integers in ascending numerical order.
|
|
|
|
;Task:
|
|
Use a sorting facility provided by the language/library if possible.
|
|
<br><br>
|