Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package ch3ex2;
- public class Ch3Ex2
- {
- public static void main(String[] args)
- {
- System.out.println("Bingo Card");
- System.out.println("1. The caller randomly pulls a bingo ball.");
- System.out.println("2. The number is placed on the bingo board and called out.");
- System.out.println("3. Players look for the called number on their bingo card.");
- System.out.println("4. If the number is located, it is marked off.");
- System.out.println("5. Steps 1 to 4 are repeated until a player matches the BINGO pattern.");
- System.out.println("6. The winning player yells BINGO.");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment