Question 10:
(1 mark, file to be edited: Q10.c)
Your program allows users to enter an integer number 'n' (10 < n < 100), then it should display 4 prime numbers whose values are less than 'n' starting from the number closest to 'n'. A newline character '\n'is between any two adjacent numbers.
Below is an example when 'n' = 20
7 of 7
Paper No: 6
20
OUTPUT:
19