Programming Challenges - Number Base Conversion

String Searching Challenge

Write a program that accepts a base ten (non-fractional) number at the command line and outputs the binary representation of that number. Sample input is

dectobin 120

View Solution