Program to perform the number system conversions (enter choice) | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Program to perform the number system conversions (enter choice)

binary to decimal decimal to binary decimal to octal octal to decimal decimal to hexadecimal hexadecimal to decimal

18th Feb 2017, 7:36 PM
Samiyah
1 ответ
0
switch statements... have the user enter their choice, switch to that choice which calls a function or something. does that operation. repeat. if you wondering How... recursion.
19th Feb 2017, 7:21 PM
Michael Szczepanski
Michael Szczepanski - avatar