瀏覽代碼

{reading}

Khalil Saboor 6 年之前
父節點
當前提交
855c9d8c01
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      TicketMachine.java

+ 1
- 1
TicketMachine.java 查看文件

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