Write a Java program that stores Customer accounts with the attributes:

(i) Name of the depositor
(ii) Account number
(iii) Type of account
(iv) Balance amount
And the methods:
(i) Deposit
(ii) Withdraw
(iii) Display the balance
You need to create an array of objects to store ten customers. Every time a customer wants to deposit or withdraw, he or she needs to supply the account number and the amount to withdraw or deposit. When a customer asks for a balance he or she needs to supply the account number. You also need to check that the customer did not withdraw more than the balance that he or she has in the account.

1 answer

i was also searching for the answer and i found this. lol. I guess we r from the same class :D
Similar Questions
  1. I need help with my Java homework!Write a program that calculates a customer's monthly bill. It should ask the user to enter the
    1. answers icon 4 answers
  2. I need help with my Java homework!Write a program that calculates a customer's monthly bill. It should ask the user via dialog
    1. answers icon 3 answers
    1. answers icon 0 answers
    1. answers icon 1 answer
more similar questions