Browse Source

updated to static methods

Trinh Tong 6 years ago
parent
commit
228e24ea20
2 changed files with 1 additions and 1 deletions
  1. BIN
      TooLargeTooSmall/TooLargeTooSmall.class
  2. 1
    1
      TooLargeTooSmall/TooLargeTooSmall.java

BIN
TooLargeTooSmall/TooLargeTooSmall.class View File


+ 1
- 1
TooLargeTooSmall/TooLargeTooSmall.java View File

@@ -46,7 +46,7 @@ public class TooLargeTooSmall {
46 46
         return guessMe;
47 47
     }
48 48
 
49
-    public void guessing() {
49
+    public static void guessing() {
50 50
         
51 51
         int numberToGuess = randomNumGenerator();
52 52