write a program that inputs one five-digit number, separates the number into its individual digits and displays the digits separated from one another by three spaces each. [hint: use combinations of integer division and the remainder operation.] for example, if the user types in 42139, the program should display