- 3
Question
1. [C++ Application] Write a C++ application that inputs one number consisting of four digits from the user. You will need to separate the number into its individual digits and prints the digits separated from one another by two (2 ) spaces each.
3 Answers
+ 3
To the unknown person who is posting these questions.
You have posted a couple of items on Q&A requesting other people to do you work for you.
Spoon feeding answers is not conducive to successful learning.
There are some very knowledgeable people here who would love to help you IF YOU MAKE AN EFFORT, and show your attempt.
+ 2
What have you tried? Please link your code.
* get input
* get digits
* output with space
+ 1
Ok