Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ isInPick
Method
isInPick
Programs/Games/HangMan.java:41–43 ·
view source on GitHub ↗
(char letter)
Source
from the content-addressed store, hash-verified
39
}
40
41
public
Boolean isInPick(char letter) {
42
return
this.compPick.indexOf(letter) != -1;
43
}
44
45
public
void
setIndices(char letter){
46
int
length = this.compPick.length();
Callers
1
play
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected