The foreach loop allows us to run over a set of values in an array or similar structure.
See also: Iterating
1. [ Java ] foreach over a list
beatles is an array,s takes each value in turn.
Control StructuresThe foreach loop
|
The foreach loop allows us to run over a set of values in an array or similar structure. See also: Iterating 1. [ Java ] foreach over a list
|