X2: lessBy10

Write a function in Java that implements the following logic: Given three ints, a b c, return true if one of them is 10 or more less than one of the others.

Your Answer:

Feedback

Your feedback will appear here when you check your answer.