A generic for-each loop (iteration)
public static void main(String[] args) { for (declare a variable : array to iterate through) { } }