Skip to content

Commit ec3344a

Browse files
authored
Update transpose.java
1 parent e4b252b commit ec3344a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

2D Arrays/transpose.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
/*
22
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 .
38
*/
49
import java.util.Scanner;
510
import java.lang.*;

0 commit comments

Comments
 (0)