Skip to content

Instantly share code, notes, and snippets.

View Jaynarol's full-sized avatar
🏠
Working from home

Jaynarol Jaynarol

🏠
Working from home
View GitHub Profile
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
public class BingoCard {
private List<Integer> numbers = new ArrayList<Integer>();
private Column[] columns = {
new Column("B", 1, 5, 1, 15),
new Column("I", 6, 10, 16, 30),