I don't know why the value returned by atm.changeservicestatus() is false in customer.java?

后端 未结 0 1495
春和景丽
春和景丽 2021-01-29 23:38

-----ATM.java-----

public class ATM {
    int cash; 
    boolean inService;
    
    public ATM() {
        cash = 0;
        inService = false; 
    }
    public         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题