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

Method main

1_Arrays/ReverseArray.java:27–32  ·  view source on GitHub ↗
(String args[])

Source from the content-addressed store, hash-verified

25 }
26
27 public static void main(String args[]) {
28 int arr[] = {1, 2, 3, 4, 5, 6};
29 printArray(arr);
30 reverse(arr);
31 printArray(arr);
32 }
33}

Callers

nothing calls this directly

Calls 2

printArrayMethod · 0.95
reverseMethod · 0.95

Tested by

no test coverage detected