It looks like compiler doesn't recognize nextLine() value as string

后端 未结 0 768
深忆病人
深忆病人 2020-12-05 11:27
        Scanner scan = new Scanner(System.in);
        AccountList accounts = new AccountList();
        
        accounts.addAccount(new BankAccount(100000, "M         


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