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

Method main

Java/Array/PushZeroEnd.java:90–97  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

88 }
89
90 public static void main(String[] args) {
91
92 int [] arr = takeInput();
93 pushZero(arr);
94 printArray(arr);
95
96
97 }
98}

Callers

nothing calls this directly

Calls 3

takeInputMethod · 0.95
pushZeroMethod · 0.95
printArrayMethod · 0.95

Tested by

no test coverage detected