Code for Matrix Program
Spring 2017
Mahsa Mirzargar
CSC 220
This is a code for the program that prints out a Matrix in 2D. The goal is to teach you to:
1. Start working with the concept of class and object
2. Learn about how to implement and work with (multiple) constructors 3. Implement a toString method for our class
4. Implement various methods for your class