✓ Kizspy.me
Question 3:
(1 mark, file to be edited: Q3.c)
Write a program that asks the user to enter an array of N integers, followed by an integer K.
Print numbers in the array that are divisible by K in reverse order.
Below is an example of how the program will run:
For example, enter N = 5, Array = (2, 6, 15, 10, 8}, K=2
3 of 3
Paper No: 3
Zoom
- FUO
+100%
5
2 6 15 10 8
2
Close