ASCII Art

Write a class named ASCIIArt that displays a piece of ASCII art. The main method should consist of several System.out.println 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

Your program must follow the class Coding Standards.

Preconditions:

    • None

You must hand in the following on separate pages stapled in this specified order:

    1. The source code for the ASCIIArt class.
    2. The printscreen of your console window output.