Khalil Saboor před 6 roky
rodič
revize
855c9d8c01
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      TicketMachine.java

+ 1
- 1
TicketMachine.java Zobrazit soubor

@@ -91,7 +91,7 @@ the value in budget. If price is greater than budget then print the message ‘T
91 91
 expensive’, otherwise print the message ‘Just right’.
92 92
  */
93 93
 
94
-    if(price == budget){
94
+    //if(price == budget){
95 95
         
96 96
     }
97 97
     /**