<Snipped quote by Legend>
True, but I prided myself on helping the people next to me when they had trouble so it hurts double that I can't with this.
At least it doesn't hurt int.

But you don't know Java, so it's extra not a big deal.
<Snipped quote by Legend>
True, but I prided myself on helping the people next to me when they had trouble so it hurts double that I can't with this.

<Snipped quote by Legend>
Ah, that does make more sense. I figured making new variables would work better, but I totally missed that they were static in the first place.
Geez I always feel like I'm back in class when you come up with a much simpler solution. Bad memories of making a long bit of code for something there was a function in the language for. :/
<Snipped quote by GalaxyRaider>
Well for one, you might be better off getting the length and width in the same place.
Secondly, this might be a different thing with java than I learned, but personally I'd put "width * 2" and "length * 2" instead of "2*width" and "2*length". Not really a problem per say unless java has a hard time with the way you put it.
Third, you're defining length and width as 0. Instead of "templength" and "tempwidth" I'd suggest creating new variables and pulling those instead of trying to apply them back to length and width.
Fourth, it could be an issue of order. Having Rectangle(double length, double width) after defining them as zero could be the problem. Again, I suggest new variables entirely than ones you've already used.
But since I'm not much for Java I bet none of this is applicable.
Time for Please Help Me Find Out What's Wrong With My Code Because It Is Killing Me 2!
If you don't mind it.
I'm mainly concerned with Shape and Rectangle right now. If I get those, I'll be fine. I get no errors when running this, but my values for the Area and Perimeter are always 0.0 no matter what I do.
<Snipped quote by Legend>
I won't do much but get in the way.
<Snipped quote by Legend>
Oh, no. That's the level of shenanigans in there. My level is meh.
<Snipped quote by Legend>
Reeeaaaaally high.
<Snipped quote by Legend>
I don't think so. Sounds from here like it's not something on my level.