Whats the use of Enhanced For Loop? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Whats the use of Enhanced For Loop?

Actually all it's doing is showing those integers

21st Apr 2017, 6:33 AM
Hitesh Sharma
Hitesh Sharma - avatar
3 Answers
+ 7
Enhanced for loop is useful when scanning the array instead of using for loop. It is faster than for loop and prevent memory from wastage.
21st Dec 2017, 3:12 PM
Chandrajeet Varma
Chandrajeet Varma - avatar
+ 6
to loop through each element of a collection INDIVIDUALLY.
21st Apr 2017, 7:04 AM
Meharban Singh
Meharban Singh - avatar
21st Apr 2017, 6:52 AM
Manideep
Manideep - avatar