- 6
What is for loop?
The repating a value again and again are called loop
8 Answers
- 1
looping is important in all language
+ 10
Please don't post a question when you already know the answer.
+ 4
syntax of for loop
for(exp1;exp;2exp3)
{
statement
}
+ 4
value repating...your wish the first number And last number
- 5
repating value