Write a program that prompts the user to input an integer (not a String) and then outputs both the individual digts of the number and the sum of the digits. For example, the program should: output the individual digis o 456 as 3456 and the sum as 18, output the indidual digts of 2345526 as 2 345526 and the sum as 27, and output the individual digits of-2345 as 2 3 4 5 and the sum as 14.

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 12SA
icon
Related questions
Question
2. Write a program that prompts the user to input an integer (not a Srig and chen outputs both the
indvidual digits of the number and the sum of the digis. For example, the program should: output
the individual digits of 3456 as 3456 and the sum as 18, output the individual digits of 2345526 as 2
345526and the sum as 27, and output the individual digits of -2345 as 2 3 4 5 and the sum as 14.
Transcribed Image Text:2. Write a program that prompts the user to input an integer (not a Srig and chen outputs both the indvidual digits of the number and the sum of the digis. For example, the program should: output the individual digits of 3456 as 3456 and the sum as 18, output the individual digits of 2345526 as 2 345526and the sum as 27, and output the individual digits of -2345 as 2 3 4 5 and the sum as 14.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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