Group project for CSSO
This C++ program iterates through a 2-dimensional array and displays the value at each element.
Element at x[0][0]: 0
Element at x[0][1]: 1
Element at x[1][0]: 2
Element at x[1][1]: 3
Element at x[2][0]: 4
Element at x[2][1]: 5