Programming Assignment
1. Using algorithm given in the class write a C program (or in any programming language) that takes any number in any base (between 2 and 16) and converts it to base 10.
2. Using algorithm given in the class write a C program that converts base 10 numbers to any given base (between 2 & 16).
3. Program needs to be user friendly and should ask user for input and then displays the result.
4. If you do not know C programming language then use any computer programming languages.