MCPcopy 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
30public 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

assignMethod · 0.95
displayMethod · 0.95

Tested by

no test coverage detected