This is a simple program that, when run, asks user to enter a number and the program returns
Octal value of the input. Octal number is a number expressed in the base-8 numeral system or octal
numeral system, a method of mathematical expression which uses only 8 symbols: typically from 0 to 7.
Download Code