What happens when this code runs?
It displays
1
,
2
,
3
, over and over again until the program crashes
It displays
1
,
2
,
3
,
4
,
5
,
6
until the program crashes
The loop skips its code block
The loop runs its code block three times
The loop skips its code block.