1. (digits of an integer) write a program that inputs a five-digit integer, separates the integer into its digits and prints them separated by three spaces each. [hint: use the integer division and modulus operators.] for example, if the user types in 42339, the program should print: