MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / inputChar

Method inputChar

Programs/Games/HangMan.java:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 private int[] indices;
15
16 public char inputChar(){
17 System.out.print("Enter Your Guess: ");
18 Scanner num = new Scanner(System.in);
19 return num.next().charAt(0);
20 }
21
22 public void pickWord(){
23 int rng = wordCollection.length;

Callers 1

playMethod · 0.95

Calls 1

printMethod · 0.80

Tested by

no test coverage detected