Hey, I have a project due around February 28. I have to create a program that asks the user for the number of players that want to play bingo. Then it creates that many bingo cards. Then it calls out BINGO numbers, but it can't make a repeat call out. Also, when something is called out, I have to somehow mark on the card that it has been called out. When the person gets 5 horizontally or vertically (not diagonally) then the programs says that player wins.
This is my first/probably only programming class so I'm a little confused. I'm thinking a 2D array for the entire possible list with 15 rows and 5 columns... not sure how to create 2D arrays for the cards from that array without having repeats. Any tips or hints or a little help to stop repeats within each card and within the call outs?
This is my first/probably only programming class so I'm a little confused. I'm thinking a 2D array for the entire possible list with 15 rows and 5 columns... not sure how to create 2D arrays for the cards from that array without having repeats. Any tips or hints or a little help to stop repeats within each card and within the call outs?
Comment