8
2 3 4 2 7883
OUTPUT:
2
8
Press any key to continue
Question 9:
(1 mark, file to be edited: Q9.c)
Your program should allow users to enter an integer 'n'.
The program prints octal representation of 'n' if it is a prime number; else the program prints: "n is not a prime number" where 'n' is the number entered by the user.
47
OUTPUT:
57
46 OUTPUT:
46 is not a prime number
Zoom
+ 100%
Close