- Implement syntactically correct C++ 2-dimensional arrays.
- Solve a variety of standard problems using 2-dimensionalarrays.
Assignment 10.1 [45 points]
Phase 1:
Create a class named boolMatrix for storing and processing atwo-dimensional array of bool values. The class should be saved ina specification file and an implementation file. A client file isnot provided. You’ll need to write your own client file to testyour class. I’ll be creating my own client program to test yourclass after you submit it.
You’ll be defining two constants in your class, but you need toknow a little bit about “static” members of classes first. With allof the class members we have used
OR
OR