Question: ( 30 pts) Write a program that prompts the user to enter a four-digit integer number and prints the sum of the digits. For example,
( 30 pts) Write a program that prompts the user to enter a four-digit integer number and prints the sum of the digits. For example, 1234 has the sum 1+2+3+4=10 Expected Output: Input a four digits integer number: 1234 The sum of the digits for 1234 is 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
