Question: Q4. Write a Java program that reads an integer between 0 and 1000 and adds all the digits in the integer. [04 Marks] Test Data

Q4. Write a Java program that reads an integer between 0 and 1000 and adds all the digits in the integer. [04 Marks] Test Data Input an integer between 0 and 1000: 565 Expected Output : The sum of all digits in 565 is 16 E.g. 5+6+5=16
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
