Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ main
Method
main
Programs/TwoDArrays.java:31–36 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
29
30
public
class
TwoDArrays {
31
public
static
void
main(String[] args) {
32
// TODO Auto-generated method stub
33
TwoD obj =
new
TwoD();
34
obj.assign();
35
obj.display();
36
}
37
}
Callers
nothing calls this directly
Calls
2
assign
Method · 0.95
display
Method · 0.95
Tested by
no test coverage detected