MCPcopy Create free account
hub / github.com/apna-college/Alpha / main

Method main

4_2DArrays/DiagonalSum.java:23–29  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

21 return sum;
22 }
23 public static void main(String args[]) {
24 int matrix[][] = {{1, 2, 3, 4},
25 {5, 6, 7, 8},
26 {9, 10, 11, 12},
27 {13, 14, 15, 16}};
28 calcSum(matrix);
29 }
30}

Callers

nothing calls this directly

Calls 1

calcSumMethod · 0.95

Tested by

no test coverage detected