Search:

Type: Posts; User: ghostheadx

Search: Search took 0.11 seconds.

  1. Re: Exercise 95 (I KNOW, I'm at an earlier exercise)

    I made it work. Lol, I feel like such a moron:




    public double getWeight(){
    return myWeight;
    }
  2. Re: Exercise 95 (I KNOW, I'm at an earlier exercise)

    I tried a few different things. Here's what I have now. I have this:




    public static getWeight () {
    return Person.myWeight();
    }
  3. Re: Exercise 95 (I KNOW, I'm at an earlier exercise)

    Thanks. How about this:



    public static getMyWeight () {
    return John.myWeight() );
    }
  4. Re: Exercise 95 (I KNOW, I'm at an earlier exercise)

    Here is what I've got from what your telling me:



    public String getWeight(){
    return myWeight;
    }

    public static myWeightIs (){
  5. Exercise 95 (I KNOW, I'm at an earlier exercise)

    So basically, I decided to go back in time over my winter break to catch up on some exercises and knowledge where I've fallen behind. I went back to some earlier text book stuff to try to catch up...
Results 1 to 5 of 5