Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ sub
Method
sub
Lecture 13 Scope/src/Main.java:11–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
9
}
10
11
int
sub(){
12
int
p = 67;
13
int
q = 20;
14
return
p - q;
15
}
16
17
void
demo(){
18
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected