srcstep2TestBankingjava34 error cannot find symbol saaccumulateInterestRate; ^ symbol method accumulateInterestRate location variable sa of type SavingsAccount
This error occurs because the method accumulateInterestRate() is not defined in the SavingsAccount class. Check the SavingsAccount class definition and make sure the method is spelled correctly and has the correct parameters and return type. If the method is missing, add it to the class definition.
原文地址: https://www.cveoy.top/t/topic/eiM6 著作权归作者所有。请勿转载和采集!