Problem
1. Write a line of code to print each of the following in an applet. The numbers represent pixel locations.
a. your name (100, 75) b. a previously declared and assigned image named grandma (50, 50)
c. a previously declared Date named my Date (200, 300)
d. a previously declared String named first Name (150, 250)
2. Give an example of three valid class names and three invalid class names.
3. Write a line of code that uses the printf() method to display a previously declared String named my Name.