How do we know the while loop runs its code block?

The gameOn variable's initial value is falseThe gameOn variable's initial value is trueThe code has a bug and won't run the while loop's code blockA display statement exists inside the code block

The gameOn variable's initial value is true.