This program demonstrates how to write a program to convert decimal integers between 0 and 15 to binary. See if you can write one that is more elegant by including loops and/or by increasing the range of numbers the program accepts as input.
MT