Browse Source

{reading}

Khalil Saboor 6 years ago
parent
commit
855c9d8c01
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      TicketMachine.java

+ 1
- 1
TicketMachine.java View File

@@ -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
     /**