Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ changeValue
Method
changeValue
Lecture 13 Scope/src/Main.java:43–47 ·
view source on GitHub ↗
(int a)
Source
from the content-addressed store, hash-verified
41
public
class
Main {
42
43
static
void
changeValue(
int
a){
44
a *= 100;
45
46
System.out.println(
"Inside change value "
+ a);
47
}
48
49
public
static
void
main(String[] args) {
50
// Algebra obj = new Algebra();
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected