Question: Problem 2: [10 marks] Display the digits in a number (filename: Display Digits.java) Javan Design an algorithm (Add it to the same external documentation file
Problem 2: [10 marks] Display the digits in a number (filename: Display Digits.java) Javan Design an algorithm (Add it to the same external documentation file created from Problem 1) and then write a program that asks the user to enter an integer between 0 and 999. The program finds and displays the three digits in the number. The program also calculates and displays the sum of the three digits. Hint: use integer and module divisions to find the digits. A sample run is given below: Enter a number between 0 and 999: 528 The three digits in the number are: 528 The sum of the three digits is: 15
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
