Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. public class BingoCard {
  2. private BingoSquare [][] array;
  3. public BingoCard(){
  4. array = new BingoSquare[5][5];
  5. int bNum = 0;
  6. BingoSquare bNum = new BingoSquare();
  7. for (int b=0; b < 5; b++){
  8. bNum = bNum+3;
  9. array[0][0] = bNum;
  10. }
  11. }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement