write a c++ program that declare a 10 X 10 matrix of typeinteger and performs the following operations on matrix. 1.when program executed it asks the user to enter the numberof rows and columns of matrix and inputs the values in matrixof row x col. 2.after that take transpose of matrix if its transposepossible. please help me urgantly required write a c++ program that declare a 10 X 10 matrix of typeinteger and performs the following operations on matrix. 1.when program executed it asks the user to enter the numberof rows and columns of matrix and inputs the values in matrixof row x col. 2.after that take transpose of matrix if its transposepossible. please help me urgantly required please help me urgantly required
Explanation / Answer
please rate - thanks when is it not possible? #include using namespace std; intmain() {int array[10][10],i, j,temp=0,n,m; coutn; while(n>10||n