Question: Write a program which takes a positive int input from the user, then prints the digits of that number. You should separate the digits using
Write a program which takes a positive int input from the user, then prints the digits of that number. You should separate the digits using spaces of line breaks so they appear individually.
Sample run:
Enter a positive integer: > 2587 7 8 5 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
