I need help with this program. I have attached the instructions and my code
I need help with this program. I have attached the instructions and my code. I see a lot of errors in
my code. I can’t get this program to print the balance once you select “check balance”. The program is just not doing what it should. Can someone take a look at my code and help fix what is wrong? Also when I try to write a check for $100, I receive the below errors:
Exception in thread “main” java.lang.RuntimeException: Uncompilable source code – missing return statement
at banking.CheckingAccount.dollarsToWords(CheckingAccount.java:36)
at banking.CheckingAccount.writeCheck(CheckingAccount.java:32)
at banking.Bank.menuinfo(Bank.java:146)
at banking.Bank.instructions(Bank.java:35)
at banking.Bank.main(Bank.java:21)

