Directions
Points
The file must be called (driver program)
SavingsAccount.java (handles interest and balance calculations)
Example: KenDeweyProg4.java (driver program)
SavingsAccount.java
Ensure you include ALL files required to make your program compile and run.
I would like to see your .java files only.
Proper coding conventions required the first letter of the class start with a capital letter and the first letter of each additional word start with…
