Question: 4. (4 points) Write a program that calculates the sum and product of the digits of an integer typed in by the user. For example,

4. (4 points) Write a program that calculates the sum and product of the digits of an integer typed in by the user. For example, the sum of the digits of the number 2155 is 2+1+5+5 13 and the product is 215 5-50. An example of the program's output: Enter an integer: 2155 Sum is 13 and Product is 50
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
