Java For-Each-Loop Sytnax
for(dataType item : array) {
...
}
SAMER SAEID
for(dataType item : array) {
...
}