Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setAlreadyTold
Method
setAlreadyTold
Programs/Games/GuessTheNumber.java:27–30 ·
view source on GitHub ↗
(int guess)
Source
from the content-addressed store, hash-verified
25
return
rand.nextInt(range);
26
}
27
public
void
setAlreadyTold(
int
guess){
28
this.alreadyTold[this.index] = guess;
29
this.index++;
30
}
31
32
public
boolean isAlreadyTold(
int
guess){
33
for
(
int
i = 0; i < 10; i++){
Callers
1
play
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected