(Print) Use this randomly generated list as your call list when playing the game. There is no need to say the BINGO column name. Place some kind of mark (like an X, a checkmark, a dot, tally mark, etc) on each cell as you announce it, to keep track. You can also cut out each item, place them in a bag and pull words from the bag.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Determine whether a number is divisible by 5.
Ask for a number and print its multiples from 1 to 10.
Print A, B, C, D, or F based on a score.
Use a loop to calculate 1 + 2 + ... + 10.
Ask for a day number (1–7) and print whether it is a weekday or weekend.
Ask for an age and print whether the person is a child, teenager, or adult.
Ask for a word and a number, then print the word that many times.
Ask for a number and print whether it is even or odd.
Ask for three numbers and print the largest.
Print the numbers 1–20, labeling each "Even" or "Odd".
Ask for two numbers and print the larger one.
Count how many even numbers are between 1 and 20.
Ask for a number and print whether it is between 10 and 20.
Ask for a word and count how many characters it contains.
Ask for a temperature and print "Hot" if it is above 80, otherwise "Not hot".
Ask for three numbers and print the smallest.
Print the numbers from 10 down to 1.
Ask for a number and print how many digits it has
Ask for a letter and determine whether it is a vowel.
Print the numbers 1 through 10.
Print whether a number is positive, negative, or zero.
Ask for two numbers and print whether the first is a multiple of the second