Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ShivaBhattacharjee/KeyZen
/ wpm
Method
wpm
data/java/01_methods.java:10–13 ·
view source on GitHub ↗
(double words, double minutes)
Source
from the content-addressed store, hash-verified
8
}
9
10
static
double wpm(double words, double minutes) {
11
if
(minutes == 0.0)
return
0.0;
12
return
words / minutes;
13
}
14
15
public
static
void
main(String[] args) {
16
int
score = addPoints(20, 10);
Callers
1
main
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected