@@ -1,4 +1,3 @@
#include<iostream>
#include "matrices.h"
// using namespace std;
@@ -14,5 +13,7 @@ int main()
a.Print("A");
b.Print("B");
a.Add(&b).Print("A + B");
return 0;
}
The note is not visible to the blocked user.