Write a Java program that accepts two integer values from the user and return the larger values. However if the two values are the same, return 0 and return the smaller value if the two values have the same remainder when divided by 6
Sample Output:
Input the first number : 12
Input the second number: 13
Result: 13
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer