Help with this I'm stuck
It tells you to add a Point inside Rectangle not inside Main.
class Rectangle {
int width;
Point position; }
It tells you to add a Point inside Rectangle not inside Main.
class Rectangle {
int width;
Point position; }