MCPcopy 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

allIndicesMethod · 0.45
allIndicesMethod · 0.45
bucketSortMethod · 0.45
bbucketSortMethod · 0.45
bucketSortMethod · 0.45
getSSQMethod · 0.45
getSSQMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected