Question: In the SumOfDigits main() method body, write a program in java that prompts the user to enter an integer between 1 and 999 and adds
In the SumOfDigits main() method body, write a program in java that prompts the user to enter an integer between 1 and 999 and adds all the digits in the integer. For example, if the user enters an integer 932, the sum of all its digits is 9 + 3 + 2 = 14. Use a sequence structure to solve this problem, DO NOT use a repetition structure.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
