Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ sub
Method
sub
Programs/StudentInterface.java:11–13 ·
view source on GitHub ↗
(int p, int q)
Source
from the content-addressed store, hash-verified
9
System.out.println(
"Addition of two numbers: "
+ (p + q));
10
}
11
public
void
sub(
int
p,
int
q) {
12
System.out.println(
"Addition of two numbers: "
+ (p - q));
13
}
14
}
15
16
public
class
StudentInterface {
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected