A number consists of multiple characters when written. In the software the numbers are stored as a binary value ultimately at the lowest level of the code translations. The compiler does the translation from binary to hex to decimal. The variable "number" can be as large as FFFF, write a program to peel the the number apart into the characters for printing.