Your program should allow users to enter an integer 'n'.
The program prints hexadecimal 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.
61
OUTPUT:
0x3D
Press any key to continue
24
OUTPUT:
24 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