SyntaxFix
Write A Post
Hire A Developer
Questions
In simple words, it is a LOOP condition that is true in every loop iteration:
for(int i=0; i<10; i++) { }
In this we can say state of i is i<10 and i>=0
i<10 and i>=0