MCPcopy Create free account
hub / github.com/Manvityagi/PW-Skills-Java-Course-Codes / changeArray

Method changeArray

Lecture 15 Arrays/src/App.java:9–13  ·  view source on GitHub ↗
(int[] arr)

Source from the content-addressed store, hash-verified

7 System.out.println();
8 }
9 static void changeArray(int[] arr){
10 for(int i = 0; i < arr.length; i++){
11 arr[i] = 0;
12 }
13 }
14
15 static void changeVal(int a){
16 a = 1004;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected