Search:

Type: Posts; User: Norm

Search: Search took 0.11 seconds.

  1. Replies
    50
    Views
    6,943

    Re: Help with programe please

    No more questions then?
  2. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Can you define what a withdrawal does?
    Then describe the steps your method should take to do that.

    What is the problem with the one you posted in post#42?
  3. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Ok, is it working now?
  4. Replies
    50
    Views
    6,943

    Re: Help with programe please

    How does the command line do anything? The 'command line' is a mode of doing I/O with a program. The user types his input into a command line prompt and the program writes its output to the same...
  5. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Can you show the output and the code that generates it?
    What you posted doesn't "display" anything. It copies some objects into an array list.
  6. Replies
    50
    Views
    6,943

    Re: Help with programe please

    You need to create a new account object that holds the customer info and add that to the arraylist.

    Did you see the steps I listed in my last post?
    Can you show what to do each step?

    Create an...
  7. Replies
    50
    Views
    6,943

    Re: Help with programe please

    What parts are you having problems with? Here's a list of what you asked:
    Create an array list
    read info from the command line
    create new accounts with info from command line
    add new accounts to...
  8. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Can you explain where your problem is?
    What is the information?
    what is the interface?
  9. Replies
    50
    Views
    6,943

    Re: Help with programe please

    The are many code examples online. Use a Search to find some.
    Basically you create an ArrayList object and use its add() method to add objects to it.
  10. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Is this problem solved?
    If so, please mark this thread as solved.
  11. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Can you post the full error text and the code that is causing it?
    before you said the error was a mismatch, now you say its a null pointer exception.
    One is at compile time the other at execution...
  12. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Why not have that method create and return what it is supposed to:

    public BankAccountOutputVO createNewCurrentAccount(String name,
    double amount, double overdraftLimit)
    {
    ...
  13. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Please post full text.
    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
    ...
  14. Replies
    50
    Views
    6,943

    Re: Help with programe please

    What is the error? Please post full text.
  15. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Can you show the code where you are having this problem?
  16. Replies
    50
    Views
    6,943

    Re: Help with programe please

    Does you new code work ok?
Results 1 to 16 of 16