Lunch time (there was an error in the first printing--see errata) Time(12,0,0);
The current time Time();
The top right corner of the graphics window in the default coordinate system Point(10,10);
Your instructor as an employee (make a guess for the salary) Employee("Clueless, I.M.", 57000);
A circle filling the entire graphics window in the default coordinate system Circle(Point(0,0), 10.0);
A line representing the x-axis fom -10 to 10. Line(Point(-10,0),Point(10,0));