Question: Please write a program that requests a positive 5-digit integer, and prints out the sum of these five digits on the screen. For example, if
Please write a program that requests a positive 5-digit integer, and prints out the sum of
these five digits on the screen. For example, if the input number is 12345, the result would be
1+2+3+4+5=15.

Please write a program that requests a positive 5-digit integer, and prints out the sum of these five digits on the screen. For example, if the input number is 12345, the result would be 1+2+3+4+5=15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
