Advertisement
MelindaElezovic

DogShowWinners

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