line 28: `else if (points[i].getY() < lowest_point.getY()) ` You need to replace < with ==
line 28:
else if (points[i].getY() < lowest_point.getY())You need to replace < with ==