Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ printArray
Method
printArray
Programs/SortNonBoundary.java:68–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
}
68
void
printArray()
69
{
70
for
(
int
i=0;i<m;i++)
71
{
72
for
(
int
j=0;j<m;j++)
73
{
74
System.out.print(A[i][j]+
"\t"
);
75
}
76
System.out.println();
77
}
78
}
79
void
printDiagonal()
80
{
81
int
sum = 0;
Callers
1
main
Method · 0.95
Calls
1
print
Method · 0.80
Tested by
no test coverage detected