+ 1

What is the difference between for loop n while loop?

I m confused in these loops

4th Sep 2016, 2:56 AM
Jatin Singh
Jatin Singh - avatar
2 Answers
+ 2
for loop takes all the values in one go whereas while loop first accepts the value and increment or decrement the value at the last of the loop
4th Sep 2016, 4:17 PM
kartik
0
A for loop does something a particular number of times. A while loop does something while it is true.
11th Oct 2016, 6:38 AM
Dhruv R Pisharody