Question: In c++; Write a program that prompts the use to input an integer and then outputs both the indivual digitsof the number and the sum
In c++;
Write a program that prompts the use to input an integer and then outputs both the indivual digitsof the number and the sum of the digit. For example it should output the individual digits of 3456 as 3 4 5 6 and 8030 as 8 0 3 0 and -2345 as 2 3 4 5
Thank you for any help!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
