Search:

Type: Posts; User: Mounir

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    1,359

    Re: Contains Method HELP PLEASEEEE

    It works Thanks a lot <3 <3 <3
  2. Replies
    11
    Views
    1,359

    Re: Contains Method HELP PLEASEEEE

    Upper left is the upper left corner point. But seriously I don't know why we use it for
  3. Replies
    11
    Views
    1,359

    Re: Contains Method HELP PLEASEEEE

    So do you think you can help me with because I'm blocked since this morning...
  4. Replies
    11
    Views
    1,359

    Re: Contains Method HELP PLEASEEEE

    I got it by the teacher
  5. Replies
    11
    Views
    1,359

    Re: Contains Method HELP PLEASEEEE

    For me xheight and ywidth is the coordinate of the point. I think it is wrong. For this i am sure :

    public boolean contains(Point p) {

    boolean answer;
    double x_ul =...
  6. Replies
    11
    Views
    1,359

    Re: Contains Method HELP PLEASEEEE

    These two llines are for the point coordinate... is it wrong ? Can you show me the correct code for this question ?

    We need to ask the user to enter the rectangle height and width and to ask him...
  7. Replies
    11
    Views
    1,359

    Contains Method HELP PLEASEEEE

    Hi again

    Ive made the IsSqare method but now he asks us to do the Contsains method.

    Rectangle class
    Suppose we have a Rectangle class that begins:
    class Rectangle {

    private Point...
Results 1 to 7 of 7