Search:

Type: Posts; User: uzisuicide

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,563

    [SOLVED] Re: Little help with "extends" please

    if (problem == solved)
    select Solved;
    else
    don't;

    // I don't know where the solved button resides.
  2. Replies
    6
    Views
    1,563

    [SOLVED] Re: Little help with "extends" please

    Fixed - disregard
  3. Replies
    6
    Views
    1,563

    [SOLVED] Re: Little help with "extends" please

    Okay scratch the last code. This code actually looks like it's going to work. I'm getting one error in the main. non-static variable cannot be used in static context. It's odd because the few lines...
  4. Replies
    6
    Views
    1,563

    [SOLVED] Little help with "extends" please

    I have to extend a class from squareDemo in this assignment. All i need to do is add depth to the compute surface area arithmetic. It wont allow me to print in the extended class. I also cant grab...
Results 1 to 4 of 4