Calculate the monthly balances of two bank accounts. Assum…

Questions

Cаlculаte the mоnthly bаlances оf twо bank accounts. Assume that the abstract class Account has been provided. (10 pts) Create a class named CheckingAccount that inherits the Account class. This class should include an instance variable for the monthly fee. This class should also implement the getFinalBalance method by returning the final balance of the account, which is calculated by subtracting the monthly fee from the balance. (10 pts) Create a class named SavingsAccount that inherits the Account class. This class should include an instance variable for the monthly interest rate. This class should also implement the getFinalBalance method by returning the final balance of the account, which is calculated by adding the monthly interest payment to the balance. (15 pts) Create a class named AccountApp that does the following: Create a checking account with the initial balance of $1000 and a monthly fee of $4.5. Create a savings account with the initial balance of $1000 and a monthly interest fee of 1%. Display the initial balance for both account as shown in the console output. Prompts the user for a withdrawal transaction from the checking account and a deposit transaction to the savings account as shown. Displays the information, including the money payments and fees plus the final balances, as shown in the console output. Assume that the user enters all the valid inputs.

Which dоes NOT represent аn integer?