KeeganT

Ch3Ex7

Feb 5th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.50 KB | None | 0 0
  1. package ch3ex7;
  2.  
  3. public class Ch3Ex7
  4. {
  5.     public static void main(String[] args)
  6.     {
  7.         System.out.println("     *****");
  8.         System.out.println("   *       *");
  9.         System.out.println("  *  _   _  *");
  10.         System.out.println(" *   O   O   *");
  11.         System.out.println("*      |      *");
  12.         System.out.println("*      +      *");
  13.         System.out.println(" *   \\___/   *");
  14.         System.out.println("   *       *");
  15.         System.out.println("     *****");
  16.     }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment