OUTPUT:
Dung
dung
Press any key to continue
Question 10:
(1 mark, file to be edited: Q10.c)
Your program allows users to enter an integer number 'n' (0 < n < 100), then it should display four prime numbers with values greater than 'n' starting from the number closest to 'n'.
A newline character '' exists between any two adjacent numbers.
Below is an example when 'n' = 17
17
OUTPUT:
19 23 29 31
Press any key to continue
Zoom
+ 93%
Close