Search:

Type: Posts; User: parkBENch

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,688

    Question on Rectangles

    Hi there,

    I am to code a method that creates a rectangle (r3) which is the area of two intersected rectangles (r1, r2).
    r3 must be in (x, y, width, height) format.
    The first rectangle (r1) is...
  2. Replies
    7
    Views
    1,238

    Re: [Newbie] Method will not execute.

    private int getUserSelection() {
    System.out.print(" Enter selection: ");
    String userSelection = Keyboard.readInput();
    return Integer.parseInt(userSelection);
    }
  3. Replies
    7
    Views
    1,238

    Re: [Newbie] Method will not execute.

    Sorry, here it is.
  4. Replies
    7
    Views
    1,238

    [Newbie] Method will not execute.

    Solved. Thanks ;)
Results 1 to 4 of 4