Skip to content

Group project for CSSO. This Cpp program iterates through a 2D array and displays the value of each element.

License

Notifications You must be signed in to change notification settings

beebus/Game-Of-Life

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Group project for CSSO. This Cpp program iterates through a 2D array and displays the value of each element.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 100.0%