Question: Write a Java method that to fill integer numbers in a 2-dimensional array of a 5 X 5 BINGO card. Requirements: - column 0 has
Write a Java method that to fill integer numbers in a 2-dimensional array of a 5 X 5 BINGO card.
Requirements:
- column 0 has the range 1-15, column1 has the range 16-30, column 2 has the range 31-45, column 3 has the range 46-60, colum 4 has the range 61-75
- row 2, element 2 will be a "free" space, so put -1 (negative 1) in that element
PLEASE DON'T USE any Random object and array list to assign numbers in the appropriate to each element and DO NOT ALLOW DUPLICATES.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
