Base Conversion
May 2, 2017
I continue cleaning out my list of saved homework questions:
Given a number represented as a string in base 2, convert the number to a string in base 4. For instance, the number 110110002 = 31204.
Your task is to write a program that converts numbers from base 2 to base 4; for extra credit, write a program that converts from any base to another. When you are finished, you are welcome to read or run a suggested solution, or to post your own solution or discuss the exercise in the comments below.