Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 299 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 299 Bytes

Game-Of-Life

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