Using Python, create a program that will act as a number
convertor. This program will convert an input
decimal integer into binary and hexadecimal formats.
a) Define a main function named numberconvertor(). Inside the main
function, write all the
logic of your code. [5% marks]
b) Looping indefinitely (Hint: use infinite while loop), the
program should give the user the
3 options given below and allow the user to select one among them.
[15% marks]
1. converting a decimal number...