Skip to content

Question 2.20 #10

Open
Open
@allenbangai

Description

@allenbangai

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Difficult01Level of difficulty is of level very easyenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions