Skip to content

Created C++ Program to Find Transpose of a Matrix#88

Open
anishhh238 wants to merge 1 commit intoDipak3007:mainfrom
anishhh238:patch-7
Open

Created C++ Program to Find Transpose of a Matrix#88
anishhh238 wants to merge 1 commit intoDipak3007:mainfrom
anishhh238:patch-7

Conversation

@anishhh238
Copy link
Contributor

C++ Program to Find Transpose of a Matrix-
In this program, user is asked to entered the number of rows and columns. The value of rows and columns should be less than 10 in this program.

Then, the user is asked to enter elements of the matrix.

The program computes the transpose of the matrix and displays it on the screen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments