Will this code result in an infinite loop?

YesNo

Excellent!

Because of the line run = true; inside the loop, run remains true and the loop will be infinite.