This tutorial builds upon the nested for loops tutorial. Here we choose to acccess information by moving row-by-row, then column-by-column, through an array. We then make a logical assessment on each element int he array and execute an action based on the condition in our logical gate.