Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • 1
    Which line gives the compiler error? Commented Oct 12, 2012 at 22:16
  • The line BankAccount.printAccountInfo(); and SavingsAccount.accrueInterest(); Both lines are in the Bank class. Commented Oct 12, 2012 at 22:30
  • 1
    That's way too much code. You should remove everything that doesn't contribute to the problem being caused. (It goes without saying that you should test a sample that's been simplified in this way.) Also, indicate using comments where an error you have problems with manifests. Commented Oct 12, 2012 at 22:49
  • Thanks for the help. It's my first time posting something here. I"ll keep it in mind. Commented Oct 12, 2012 at 23:02