The program converts numbers from decimal to binary and the other way round.
The user has to enter the command "convert number fs ts", where number is the number which the program has to convert, fs is the system in which the number is written and ts is the system in which it has to be converted, fs and ts are both either "dec" or "bin".
The program can be quit with the "quit" command.