MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / main

Method main

Java/Array/ArraySum.java:57–61  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

55 }
56
57 public static void main(String[] args) {
58 int[] arr = takingInput();
59 int n = arraySum(arr);
60 System.out.println(n);
61 }
62}

Callers

nothing calls this directly

Calls 2

takingInputMethod · 0.95
arraySumMethod · 0.95

Tested by

no test coverage detected