write a program that inputs a five-digit integer, separates the integer into its digits and prints them seperated by three spaces each. [hint ; use integer division and modulus operators] , for example: if user enters 42339 then program should print
_________________
4 2 3 3 9