Advertisement
calcpage

C1X2_FacePrinter.java

Sep 15th, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.32 KB | None | 0 0
  1. //FacePrinter.java  MrG 2011.0915
  2. public class FacePrinter
  3. {
  4.     public static void main(String[] args)
  5.     {
  6.         System.out.println("  /////");      //hair
  7.         System.out.println(" | o o |");     //eyes
  8.         System.out.println("(|  ^  |)");    //nose
  9.         System.out.println(" | [_] |");     //mouth
  10.         System.out.println("  -----");      //chin
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement