Question: Q7: (Separating Digits in an Integer) (20 points) (Extra Credit) Level - Hard. Write a program that inputs one five-digit number, separates the number into
Q7: (Separating Digits in an Integer) (20 points) (Extra Credit) Level - Hard. Write a program that inputs one five-digit number, separates the number into its individual digits and prints 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 45139, the program should print 4 5 139
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
