How do we know this loop will run its code over and over again forever?

Because the condition stays true foreverBecause the condition stays false foreverBecause the condition switches from false to true forever

Because the condition stays true forever.