* Created Matrix class
Created Matrix class with an empty main method
* Created Matrix class
Created Matrix class with an empty main method
* Created importCSV method
Created the empty method importCSV
* Completed importCSV method
Added BufferedReader with FileReader surrounded by a try/catch
* Added file parameter
Added it so I don't have a hardcoded file location
* Removed line variable
It just wasn't needed
* Created TestMatrix class
For now only has one test for the importCSV method
* Created empty printCSV method
gonna use it to print out the array which contains the array
* ReAdded line variable
It was needed after all
* Made result a global variable
So it can be used by other methods
* Array now initialized with correct size
I still don't know how to put the csv into the array tough
* done
don't ask how