Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Re: Creating a transfer function for a ATM simulation

    That makes sense.

    What is the variable i for?
  2. Re: Creating a transfer function for a ATM simulation

    Look at the logic of the if statement? What would you compare to the balance?
    What is the name of the method? What does that mean you intend to do to the balance?
  3. Re: Creating a transfer function for a ATM simulation

    Please copy full text of error message and paste it here. Here is a sample:


    TestSorts.java:138: cannot find symbol
    symbol : variable var
    location: class TestSorts
    var = 2;
    ...
  4. Re: Creating a transfer function for a ATM simulation

    Please copy and paste the full text of the error messages here.

    The Account class should hold the data you have in this array. Use an ArrayList to hold all of the Account class objects that are...
  5. Re: Creating a transfer function for a ATM simulation

    Please edit your code and wrap it in code tags. See: BB Code List - Java Programming Forums
    You're missing the leading


    You should define a class for the account data and the use method(s) to...
Results 1 to 5 of 5