top | item 24705958

(no title)

KsassPeuk | 5 years ago

In fact that would be

``` 0 <= i <= n ```

As the loop reaches this value to terminate. Else, we could not deduce for example that `i = n` at the end of the loop (`0 <= i <= n && !(i < n)`).

discuss

order

No comments yet.