Write a program that inputs a five-digit integer, separates the integer into its digits and prints them separated by three spaces each (Hint: Use division and modulus operators) Sample output: Please enter a five-digit number: 43565 4 3 5

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 29PE
icon
Related questions
Question
Write a program that inputs a five-digit integer, separates the integer into its digits and prints them separated by three spaces each (Hint: Use division and modulus
operators)
Sample output:
Please enter a five-digit number: 43565
4
3
6
5
Transcribed Image Text:Write a program that inputs a five-digit integer, separates the integer into its digits and prints them separated by three spaces each (Hint: Use division and modulus operators) Sample output: Please enter a five-digit number: 43565 4 3 6 5
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning