@@ -0,0 +1,15 @@
#include<iostream>
#include "matrices.h"
// using namespace std;
int main()
{
srand(time(0));
Matrix test(3,2);
test.Randomize();
test.Print("");
test.Transpose();
return 0;
}
The note is not visible to the blocked user.