Mini Assignment - Drawing Program

 

Write a program that displays pictures.

Use a method to draw a circle and a method to draw ||.

Use those methods to draw a circle, tree, spoon and barbell as follows.

 **      **     **     **

*  *    *  *   *  *   *  *

 **      **     **     **

         ||     ||     ||

                ||     ||

                       **

                      *  *

                       **

Add title comments and pre and post conditions on your methods.