Question: Write a program using python 3 Write a program that requests a positive four-digit integer from the user and prints the total of the digits.

Write a program using python 3
Write a program that requests a positive four-digit integer from the user and prints the total of the digits. You are not allowed to use the string data type operations. The program should read it as an integer and process it as an integer. Use a while loop. SAMPLE Enter four digit integer: 1234 10
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
