Question: java language Problem #3: (20 pts] Write a method public static int endsWith(int a) that takes an integer a, then returns the rightmost digit in
java language
Problem #3: (20 pts] Write a method public static int endsWith(int a) that takes an integer a, then returns the rightmost digit in a. For example if a=1457, the rightmost digit is 7. Write a Java program that prompts the user to enter integers, finds the rightmost digits using the above method and displays their sum. The program stops when the sum of digits is greater or equal to 20. Sample runi: Enter a number: 22 Enter a number: 17 Enter a number: 24 Enter a number: 12 Enter a number: 19 The sum of the rightmost digits is 24
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
