Can anyone give me some help coz i need to make a program that
accepts inputted decimal number and converts it to Binary, Hexadecimal, Octal.
I should use looping statement, it should be function oriented, and uses switch case.
This will be the sample output:
====================================================
Input decimal number : 314
Choose type of conversion:
[1] Binary
[2] Hexadecimal
[3] Octal
[4] Exit
Enter your choice : 2
Hexadecimal equivalent : 1E
Try Again? [Y/N]
===================================================
Any help is greatly appreciated :sweat: