int number=0; //was me trying out something

the math is to convert a decimal # (user input) to a binary #

I have to write a program that converts a decimal # (user input) to a binary #, octal, and hex

n= number; /just a mistake