☑Kizspy.me
Zoom
12
OUTPUT:
12 6 4 3 2 1
Press any key to continue
Question 8:
(1 mark, file to be edited: Q8.c)
Ask the user to enter an array of N integers, then find and print the square of all prime numbers.
Below is an example:
For example,
Test case 1: N = 4; Array = {2, 4, 7, 9}
4
2 479
OUTPUT:
4 49
+110%
Close