Skip to content

Question 2.20 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
allenbangai opened this issue Oct 31, 2019 · 0 comments
Open

Question 2.20 #10

allenbangai opened this issue Oct 31, 2019 · 0 comments
Labels
Difficult01 Level of difficulty is of level very easy enhancement New feature or request

Comments

@allenbangai
Copy link
Collaborator

Write an application that inputs one number from the user, separates the number into its individual digits and prints the digits separated from one another by three spaces each. For example, if the user types in the number 42339, the program should print
4 2 3 3 9
Hint You’ll need to use both division and remainder operations to “pick off” each digit.

@allenbangai allenbangai added Difficult01 Level of difficulty is of level very easy enhancement New feature or request labels Oct 31, 2019
nDZIB added a commit to nDZIB/JavaLearningCode that referenced this issue Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficult01 Level of difficulty is of level very easy enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant