Java image

Draw A House

6 points

Draw a sketch of a house. Add a 'main' section that begins like this:

public static void main(String[] args)
{
...
}

In 'main' use calls to 'System.out.println( )' to sketch the house. (Feel free to sketch something other than a house if you want to.) Save your work and run the project. Here is the house I drew:

house image

 

Starting Point

You will want to make a folder in your server space (the Documents folder or H: drive) for Java Programming. If you're using Netbeans, make a second folder "House" (or whatever you want to name it) for this project, inside your Java folder. You can download drawHouse.java to the "House" folder, and then follow the steps needed to create a new project.