What happens when this code runs?

It displays 1, 2, 3, over and over again until the program crashesIt displays 1, 2, 3, 4, 5, 6 until the program crashesThe loop skips its code blockThe loop runs its code block three times

It displays 1, 2, 3, over and over again until the program crashes.