getLength method
Hello.
I'm very new to programming. I've been reading on methods. I tried to compile a piece of code. I created an object (a rectangle). I have imported the awt library and when i use objectname.getWidth and pass it to a variable and use it, it works correctly; However, when i use objectname.getLength(). It says it does not recognize the symbol.
Could you give me hand?
Thanks

