idastan97

CSCI152 L1 P3

Jan 12th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.58 KB | None | 0 0
  1. public class Prob3 {
  2.     public static void main(String[] args) {
  3.         System.out.println("         /mmmmm\\       ");
  4.         System.out.println("        /       \\    ");
  5.         System.out.println("       | 0     0 |   ");
  6.         System.out.println("       |    A    |    ");
  7.         System.out.println("        \\  ___  /    ");
  8.         System.out.println("         \\_____/      ");
  9.         System.out.println("          |   |       ");
  10.         System.out.println("      ---- \\ /----   ");
  11.         System.out.println("     /      |      \\  ");
  12.        
  13.     }
  14.    
  15. }
Add Comment
Please, Sign In to add comment