Create an object variable called myPoint and assign to it an object of the class Point. The values of the X and Y properties of that new Point are 3 and 4.
Create an object variable called myFont and assign to it an object of the class Font. The values of the Name, Size and Style properties of that new object are "Times New Roman", 25, and Italic.
Create an object variable called myColor and assign to it an object of the class Color. The values of the R, G, and B properties of that new object are 12, 14, and 100.