Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //Melinda
- //10.9.15
- //DogShowWinners
- public class Dog
- {
- public static void main (String[] args)
- {
- System.out.println("\t\tDog Show Winners");
- System.out.println(" ");
- System.out.println("Place:\t1\t2\t3\t4\t5\t6");
- System.out.println(" ");
- System.out.println("Dog#:\t76\t32\t18\t47\t11\t29");
- }//close main
- }//close main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement