I'm trying to solve a problem where I have to convert from base 8 to base 2 without converting to base 10. How would I solve this? Using cases?
Bases Problem
I'm trying to solve a problem where I have to convert from base 8 to base 2 without converting to base 10. How would I solve this? Using cases?