123
12345
1234567
1 2 3
4 5
6789
Press any key to continue
Question 5:
(1 mark, file to be edited: Q5.c)
Your program allows users to enter an array of 'n' integers, where 'n' is entered from the keyboard.
Print the numbers to the screen in ascending order
Below is an example:
n = 5; array = (9, 0, 10, 1, 8)
Zoom
+ 100%
Close