Added a line to Example 1 (#23115)
Added a line to describe why the output of examples 1-3 only print to the number 4
This commit is contained in:
committed by
Manish Giri
parent
603df3975e
commit
25755ad7ca
@ -34,6 +34,7 @@ for (int i = 0; i < 5; i++)
|
||||
> Number 3
|
||||
> Number 4
|
||||
```
|
||||
- Only counts to 4 due to the fact that the initial number is 0 meaning that 5 numbers including 0 would reach 4.
|
||||
|
||||
### Example 2
|
||||
```
|
||||
|
Reference in New Issue
Block a user