What happens when this code runs?

The loop repeats itself forever and crashes the programThe loop runs its code block onceThe loop skips its code blockThe loop runs its code block five times

The loop repeats itself forever and crashes the program.