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

Method inputInt

Programs/Games/GuessTheNumber.java:14–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 int rng = 20;
13
14 public Scanner inputInt(){
15 System.out.print("\nEnter Your Guess: ");
16 return new Scanner(System.in);
17 }
18
19 public boolean isValid(Scanner inp){
20 return inp.hasNextInt();

Callers 1

playMethod · 0.95

Calls 1

printMethod · 0.80

Tested by

no test coverage detected