Question
I am doing a 5 X 5 bingo card using C language . Obviuosly, there are 5 rows and 5 columns. What I need is
I am doing a 5 X 5 bingo card using C language. Obviuosly, there are 5 rows and 5 columns. What I need is to have random, non-repeating numbers per column.
Column 0 should have random, non repeating numbers from 1-15.
Column 1 should have random, non repeating numbers from 16-30.
Column 2 should have random, non repeating numbers from 31-45 (Note that this column must include the word "FREE" in the centeror third position)
Column 3 should have random, non repeating numbers from 46-60
& Column 4 should have random, non repeating numbers from 61-75.
I know how to do the grid, however, my main issue is creating random, non-repeating numbers per column. Any help will be greatly appreciated!
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started