Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ changeVal
Method
changeVal
Lecture 15 Arrays/src/App.java:15–17 ·
view source on GitHub ↗
(int a)
Source
from the content-addressed store, hash-verified
13
}
14
15
static
void
changeVal(
int
a){
16
a = 1004;
17
}
18
19
public
static
void
main(String[] args) {
20
int
a = 5;
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected