Press any key to continue
Question 7:
(1 mark, file to be edited: Q7.c)
Your program allows users to enter an array of 'n' integers, where 'n' is entered by the user (n < 10).
The program prints the square value of even numbers and sorts them in ascending order.
Below is an example:
Enter n = 5, array = {5, 4, 3 2, 8}
5 54328
OUTPUT:
4 16 64
Press any key to continue
Question 8:
Zoom
+ 100%
Close