Write a Java program that accepts three integers from the user and return true if the second number is greater than first number and third number is greater than second number. If "abc" is true second number does not need to be greater than first number
Sample Output:
Input the first number : 5
Input the second number: 10
Input the third number : 15
The result is: true
Sample Output:
need an explanation for this answer? contact us directly to get an explanation for this answer