Objectives
- Declare and use two-dimensional arrays
- Implement a class to meet specifications
- Create and use methods
- Pass arrays to methods
- Compile multiple classes for a single application
The objective of this assignment is to implement a two-dimensional cellular automaton. This involves the use of a two-dimensional array.
Note: Program must be able to be compiled and run to get any points.