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++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter5: Repetition Statements
Section5.5: A Closer Look: Loop Programming Techniques
Problem 13E
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++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr