Write a console program that prints the individual digits of a number.
You can print the digits from right to left.
For example (user input in green):
Enter a number: 1234 4 3 2 1
Enter a number: 0 0