Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

AV . . A bank account has a data at any time: its balanco. This balance can be positive ( credit account ) or negative

AV.. A bank account has a data at any time: its balanco. This balance can be positive (credit account) or negative (debit account).(5 pts) Each account is characterized by a code automatically incremented. At its creation, a bank account has a zoro balance and an incremented code. It is also possible to create an account by spocifying its initial balance. Using your account consists of making (deposits) and (withdrawals). For both transactions, the amount of the transaction must be known. The user can also view his account balance using the toStringO method. A Saving Account is a bank account that also has a field "Interest Rate -0.06* and an Interest which is a calculation method that allows you to update the balance with interest. A paying Account is a bank account in which each withdrawal and deposit transaction is subjoct to a fee. The fee amount is 5000LBP Do the following: 1. Define the Account class. 2.1 Define the SavingAccount class. 3. Define the payingAccount class. 4. Create a program allowing to test these classes through the following actions: Create an instance of the Account class, an instance of the SavingAccount class and ar instance of the payingAccount class. The call of the method depositO for each instance to deposit a certain amount into these accounts. Call the method withdraw from each instance to withdraw a certain amount from these accounts. Call the Interest method of the Saving account. Use the formula balance-1.06*balance Display the balance of each account.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Analytics Systems Engineering Cybersecurity Project Management

Authors: Christopher Greco

1st Edition

168392648X, 978-1683926481

More Books

Students also viewed these Databases questions