Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

write a c++ or java program that declare a 10 X 10 matrixof type integer and per

ID: 3619086 • Letter: W

Question

write a c++ or java program that declare a 10 X 10 matrixof type integer and performs the following operations onmatrix. 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. plz helppp me. write a c++ or java program that declare a 10 X 10 matrixof type integer and performs the following operations onmatrix. 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. plz helppp me. plz helppp me.

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