For loop statement

Theory

Iterate loop

Report a typo

How many times will the following for loop iterate?

for (int i = 0; i < 5; ++i) {
     // Loop body
 }
Enter a number
___

Create a free account to access the full topic