/ConvertToBinary

Assignment: Write a program that takes in a positive integer as input, and outputs a string of 1's and 0's representing the integer in binary.

Primary LanguagePython

This repository is not active