hi
im constructing a rectangle in main method, i wrote:
rectangle t = new rectangle();
but i get message on compilation:
cannot find symbol
symbol:constructor retcangle()
location:class rectanlge()
rectangle t = new rectangle();
^
what is wrong?