Make a new program called StickFigure.java Use System.out.println() to draw a stick figure. * Each line should start with a tab. * You must include the following characters in your printout: " / \ So you'll have 5 print statements (if you do the figure below) Something like this: \(")/ == || /\ _/ \_ You can do something more elaborate if you wish.