Introduction - If you have any usage issues, please Google them yourself
Achieve a representation n* n matrix template class. A) providing at least the following essential matrix operations: addition, multiplication, transposition (recommended operator overloading to achieve). 2) preparation of an interactive program to test the template class. Including lab reports and source code