We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b252b commit ec3344aCopy full SHA for ec3344a
2D Arrays/transpose.java
@@ -1,5 +1,10 @@
1
/*
2
Title : Find the transpose of the matrix .
3
+ User needs to provide the number of rows and columns .
4
+ And the user needs to provide the elements of the matrix .
5
+ User will get the transpose of the matrix .
6
+ i.e Row elements become the column elements and vice- versa .
7
+ **** Maximum 10 number of rows and columns can be only entered .
8
*/
9
import java.util.Scanner;
10
import java.lang.*;
0 commit comments