A C++ program that converts and input number from base 2, 5,8 and 16 to base 10. I have tried solving the problem using switch case but the base of 16 is giving me problems.
this link will help you : www.cplusplus.com/forum/beginner/31776/