Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ removeAlphabet
Method
removeAlphabet
Programs/Games/HangMan.java:70–72 ·
view source on GitHub ↗
(char letter)
Source
from the content-addressed store, hash-verified
68
}
69
70
public
void
removeAlphabet(char letter){
71
this.alphabets = this.alphabets.replace(letter,
' '
);
72
}
73
74
public
boolean alreadyGuessed(char letter){
75
if
(this.alphabets.indexOf(letter) == -1){
Callers
1
play
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected