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