Write a program that prompts the user to input an integer (not a String) and then outputs both the individual digits of the number and the sum of the digits. For example, the program should: output...


computer programing


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

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

Jun 07, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here