Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setGuessedToNull
Method
setGuessedToNull
Programs/Games/GuessTheNumber.java:47–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
public
void
setGuessedToNull(){
48
for
(
int
i = 0; i < 10; i ++){
49
alreadyTold[i] = -1;
50
}
51
}
52
53
public
void
play(){
54
setGuessedToNull();
Callers
1
play
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected