|
ASCII Art |
| Write a class named ASCIIArt that displays a piece of ASCII art. The main method should consist of 20 or more System.out.println or System.out.print statements that combine to create an interesting, recognizable picture of something. You will be graded on the complexity & recognizability of your picture as well as your program's internal documentation which should explain the main parts of the drawing. Your program must use each of the following escape sequences at least once: \\, \" and \n and it must use System.out.print at least once as well as System.out.println statements. Include your full name and the current year somewhere in the picture or on a line above or below the picture. Your program must follow the class Coding Standards. Preconditions:
You must hand in the following on separate pages stapled in this specified order:
|