Cant figure out the code

 * Determines whether a point with the specified coordinates is in this
 * rectangle
 * @param xCoord - the x-coordinate of the point
 * @param yCoord - the y-coordinate of the point 
 * Returns true when the point with the specified x-y coordinates is in this rectangle;
 * @return otherwise, false.
 */
public boolean contains(double xCoord, double yCoord) 
{
if()    
 
else         
    return false;

}

This is the 2nd.

Where are you coming from with these weird questions. These are not part of FCC lessons.

Is there a site out there that’s telling people to post their questions here?