program
Write a program that prompts the user to input an integer & then outputs both the individual digits of the number & the sum of the digits. For example, the program should: output the individual digits of 3456 as 3 4 5 6 & the sum as 18, output the individual digits of 8030 as 8 0 […]