Draw Boxes Project

This was a pretty early project from the Davis Technical College. It takes the user input on whether to print out a box, and then takes the user input for the width and height. Then the program asks if you want to use the default marker, which in this case is an *. If you don't want to use the default marker, you choose what you want to print out and the call to the print methods goes to the overloaded methods. Feel free to look through the images showing the way the program runs and the code, or look at the attached source file below.

Program Run

Main Class Code