Advertisement
ZhenghaoZhu

Dog Show Winner Project

Oct 9th, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. //Zhenghao Zhu
  2. //October 9, 2015
  3. //Dog Show Winner
  4.  
  5.  
  6. public class Dogs
  7. {
  8.   public static void main (String args[])
  9.   {
  10.     System.out.println("\t\t\t\tDog Show Winners\n");
  11.     System.out.println("Place:\t\t1\t2\t3\t4\t5\t6\n");
  12.     System.out.println("Dog #:\t\t76\t32\t18\t47\t11\t29");
  13.   }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement