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

Method main

Programs/Games/GuessTheNumber.java:102–107  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

100 }
101
102 public static void main(String[] args){
103 GuessTheNumber n = new GuessTheNumber();
104 System.out.println(n.generateRand(20));
105 n.play();
106
107 }
108}

Callers

nothing calls this directly

Calls 2

generateRandMethod · 0.95
playMethod · 0.95

Tested by

no test coverage detected