/* Rafay Ahmad 23I-2526 */ #include using namespace std; class Matrix{ int rows; int cols; int **matrix; public: }; int main(){ return 0; }