25, the loop’s condition evaluates to false, and the game ends.
A while loop is appropriate in this case because the length of the game is not clear at the
start of the while loop. Instead, the loop is executed until a particular condition is satisfied.