The deleteAccount operation has the following input and output:
- Input - inputCustomer with Customer type
- Input - inputAccount with BankAccount type
- Output - result with TrueOrFalse type
Follow these steps to add the deleteAccount operation
to the Bank interface: