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
Press any key to continue
46
OUTPUT:
46 is not a prime number Press any key to continue
Question 10:
(1 mark, file to be edited: Q10.c)
Your program allows users to enter a binary number 'n', where 'n' has maximum length 2 bytes.
The program prints the decimal value of 'n'.
Below is an example when 'n' = 110110111
Zoom
+ 100%
Close