Write a program that transposes a matrix A and displays the result on the screen | Transpose of a Matrix.
Write a program that transposes a matrix A and displays result on the screen.Note: A matrix which is obtained by the interchanging of rows and columns of a matrix is called the transpose of given matrix and is denoted by At. So let’s Write Code: Write a program that transposes a matrix A and displays…