What happens when the condition of this while loop stays True?

The loop repeats itself forever and crashes the programThe loop runs its code block once

The loop repeats itself forever and crashes the program.