Adding lines of text (#25079)

This commit is contained in:
arjundixit98
2018-11-06 19:16:07 +05:30
committed by Aditya
parent 44f43fe103
commit 53032e38c7

View File

@ -8,6 +8,8 @@ The for loop is distinguished from other looping statements through an explicit
Hence a for loop is a repetition control structure that allows you to efficiently write a loop that needs to execute a specific number of times.
For loop is an entry controlled loop unlike do-while loop.
## Syntax
```