Create a java program that tests the implementation of all the classes. Before doing transaction, user should be prompted the type of his bank account: Savings or Checking. This is in a form of menu. After indicating the account type, user should be prompted to select transaction from a menu: deposit, withdraw, Inquire, or transfer. To check the implementation of addPeriodicInterest in Savings account, add the method MonthEnd() in your program. This method should be called so that interest be added to the balance of this saving account at the end of the month. Design your program such that all methods in both child class and parent class are tested. To make your program more realistic, your program should allow user do transactions until no more transactions needed. Use a loop statement for this process
Create a java program that tests the implementation of all the classes. Before doing transaction, user should be prompted the type of his bank account: Savings or Checking. This is in a form of menu. After indicating the account type, user should be prompted to select transaction from a menu: deposit, withdraw, Inquire, or transfer. To check the implementation of addPeriodicInterest in Savings account, add the method MonthEnd() in your program. This method should be called so that interest be added to the balance of this saving account at the end of the month. Design your program such that all methods in both child class and parent class are tested. To make your program more realistic, your program should allow user do transactions until no more transactions needed. Use a loop statement for this process
Create a java program that tests the implementation of all the classes. Before doing transaction, user should be prompted the type of his bank account: Savings or Checking. This is in a form of menu. After indicating the account type, user should be prompted to select transaction from a menu: deposit, withdraw, Inquire, or transfer. To check the implementation of addPeriodicInterest in Savings account, add the method MonthEnd() in your program. This method should be called so that interest be added to the balance of this saving account at the end of the month. Design your program such that all methods in both child class and parent class are tested. To make your program more realistic, your program should allow user do transactions until no more transactions needed. Use a loop statement for this process
Create a java program that tests the implementation of all the classes. Before doing transaction, user should be prompted the type of his bank account: Savings or Checking. This is in a form of menu. After indicating the account type, user should be prompted to select transaction from a menu: deposit, withdraw, Inquire, or transfer. To check the implementation of addPeriodicInterest in Savings account, add the method MonthEnd() in your program. This method should be called so that interest be added to the balance of this saving account at the end of the month. Design your program such that all methods in both child class and parent class are tested.
To make your program more realistic, your program should allow user do transactions until no more transactions needed. Use a loop statement for this process
ps. attached pictures are the lessons it might help
Process by which instructions are given to a computer, software program, or application using code.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.