I am trying to write a code that will take an integer N and print the decimal, octal, hexa, binary numbers from 1 to N. my code is below::
enter code here