new Squares22();
This is not the constructor defined by the class, and you’re not using your variables…
new Squares22(x,y,length);
May be better…
1
solved Big Java Help? Squares and Rectangles [closed]
new Squares22();
This is not the constructor defined by the class, and you’re not using your variables…
new Squares22(x,y,length);
May be better…
1
solved Big Java Help? Squares and Rectangles [closed]