Generic for loop
public static void main(String[] args) { for (initialize variable; condition; increment or decrement variable) { } }