Wyo Java Ch1Proj1

Write a class named Ch1Proj1 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 some escape sequences.

Your program must follow the class Coding Standards. Save the Ch1Proj1.java file in your Ch01 folder.

Preconditions:

    • None

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

    1. The source code for the Ch1Proj1 class.
    2. The printscreen of your console window output. Be sure to print black text on white background.

Submit your project to network Drobbox folder by following these instructions:

  • Select the "Ch1Proj1" project in the Package Explorer panel on the left side of the Eclipse window.
  • Click the menu command File/Export
  • Click on the plus symbol next to "General" in the dialog box. Select "File System" and click the Next button.
  • Make sure all the files in the dialog on the right hand side are checked, and then click the "Browse" button next to the "To directory:" entry
  • Select any location such as "My Documents" from the pulldown menu and click on "Choose".
  • This should create a temporary copy of your project as a new folder called "Ch1Proj1" in this new location. You should now rename that folder by typing in the more descriptive name "Ch1Proj1JohnDoePer1" (substitute your name for John Doe of course). Do not use any symbols or blank spaces in this folder name.
  • Exit Eclipse.
  • Drag the folder you just created into the dropbox folder. When you do this, the computer may warn you that you will not be able to look at this folder. That is fine. Just click "OK".
  • Now you can delete the temporary copy of your project.