Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ add
Method
add
Lecture 13 Scope/src/Main.java:5–9 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
// int b = 5;
4
5
int
add(){
6
int
p = 100;
7
int
q = 20;
8
return
p + q;
9
}
10
11
int
sub(){
12
int
p = 67;
Callers
7
allIndices
Method · 0.45
allIndices
Method · 0.45
bucketSort
Method · 0.45
bbucketSort
Method · 0.45
bucketSort
Method · 0.45
getSSQ
Method · 0.45
getSSQ
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected