Printable View
how do i set a variable to accept a single object?
Code: Rectangle r; r = new Rectangle(24, 100); Point p = new Point(1, 2); Point loc; loc = p;
Rectangle r; r = new Rectangle(24, 100); Point p = new Point(1, 2); Point loc; loc = p;