Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ increment
Method
increment
Programs/StaticCount.java:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
class
Static {
3
static
int
count = 0;
4
void
increment() {
5
count++;
6
}
7
void
display() {
8
System.out.println(count);
9
}
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected