Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Manvityagi/PW-Skills-Java-Course-Codes
/ Main
Class
Main
Lecture 05_Operators/src/Main.java:1–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
public
class
Main {
2
public
static
void
main(String[] args) {
3
int
p = 4, q = 3, r = 2;
4
System.out.println(p-++r-++q);
5
System.out.println(6 +
"pqr"
);
6
}
7
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected