Re: Java Gurus Help



Below is what my assignment involves, could you basically point me in the
right direction to help me acomplish the task set but not give me the
acctual answer.

SCENARIO
This assignment is based on a banking system. This mini bank will have 4
customers. The customers each have 4 different accounts (Current Account,
ISA Savings Account, Mortgage and Car Loan).

Each customer should be represented as an array with 4 elements (Each
element of the array will represent one of their accounts).

Each customer aray should be an array of intergers. Therefore all amounts
in the accounts are interger values.

Your main program should allow the user to enter the initial amounts in each
account for each customer and then selec from a menu in order to do the
following tasks.

1.For a sepcific customer, display details of all their accounts.
2.Get the balance in an account for a specific customer.
3.Add to an account for a specific customer.
4. Withdraw from an account for a sepcified customer.
5.Get the total funds in all of the current accounts in the bank.
6.Get the total funds in all of the ISA's in the bank.

You are to plan, design and impliment and test the mini banking system.


.



Relevant Pages

  • Re: Concept-oriented programming
    ... reference {... ... concept Account in Persistent // Describes logic of account management ... concept Customer in Persistent // Describes logic of customer management ... But why you think that objects in OOP are an exception and they have to be represented only by such system level identifiers? ...
    (comp.object)
  • Java Gurus Help!
    ... right direction to help me acomplish the task set but not give me the ... This assignment is based on a banking system. ... The customers each have 4 different accounts (Current Account, ... Each customer aray should be an array of intergers. ...
    (comp.lang.java.help)
  • Re: Checking a table for an existing entry and insert into a form?
    ... I need to take a user entry from a form's text box, ... > to me to be just a flavor of customer and does not require a separate ... > this account. ... > Complaint types would be listed in a lookup table and be selected via ...
    (microsoft.public.access.gettingstarted)
  • Re: Binding CoreData relations
    ... In other words, a one-to-many relationship between Customer and Account says "one specific instances of Customer CAN BE associated with many specific instances of Account," not "one specific instance of Customer IS associated with many specific instances of Account." ... It does *not* specify a precondition for the existence of an instance of hte Customer entity. ...
    (comp.sys.mac.programmer.help)
  • Re: Relational database & OO
    ... PSE can often be implemented using an object schema or RDB model. ... Here is a basic example that you may find in a customer care & ... interface ServiceAccount: Account ... Now, from the implementation side - there is no persistance, thats ...
    (comp.object)