Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,481

    Re: Extensive help with banking simulator

    Instead of using the name of a class: Customer, use a reference to an instance of the Customer class.

    I'm assuming Customer is a class and that get() is a method in the Customer class.

    You...
  2. Replies
    5
    Views
    1,481

    Re: Extensive help with banking simulator

    All the variables and methods in the class should not be static. Remove the static.
    static is used when there will only be one variable that will be shared by all instances.
    non static variables...
  3. Replies
    5
    Views
    1,481

    Re: Extensive help with banking simulator

    Do you have any specific questions about your assignment?
    Please post your code and any questions about problems you are having.
Results 1 to 3 of 3