---------------------dec2bin Readme--------------------------------- Group 456 --------- Brendan Rhoads - btr274 Elena Nadolinski - elena Description ----------- Converts a base 10 number to a base 2 number How to use ---------- Include the .so file in the plugins directory and run the shell with '-p plugins' flag. When running shell, run the 'dec2bin' command with the desired number to be converted i.e.: 'dec2bin 10' this will output the correct binary number (1010) This only works for positive integers.