X679: To the right

Given two Points a and b return true if a is the right of b. Returns false otherwise.

Your Answer:

x
 
1
boolean toTheRight(Point a, Point b)
2
{
3
   
4
}
5
Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.