/DecimalToBinary

I made this C# console application to covert decimal number into binary. It works by dividing the inputted number and getting the remainder.

This repository is not active