The compiler reads from top-down, so it will enter the outer for-loop and executes the code inside of it (i.e. inner for-loop). Once the inner for-loop has finished iterating, the outer for-loop...