Given an array [3, -1, 0, 4]
1) Initialize the array.
2) Print out these elements. Do not forget commas and brackets.
3) Print these elements in ascending order.
Example output:
[3, -1, 0, 4]
or [-1, 0, 3, 4]
Written on August 29th, 2017 by admin
Assembly language
Posted in Computer science Tags: Assembly language