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:
CyberCore1010
2018-11-17 05:17:20 +00:00
committed by Manish Giri
parent 603df3975e
commit 25755ad7ca

View File

@ -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
```