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

Method isValid

Programs/Games/GuessTheNumber.java:19–21  ·  view source on GitHub ↗
(Scanner inp)

Source from the content-addressed store, hash-verified

17 }
18
19 public boolean isValid(Scanner inp){
20 return inp.hasNextInt();
21 }
22
23 public int generateRand(int range){
24 Random rand = new Random();

Callers 1

playMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected