Search:

Type: Posts; User: TopdeK

Search: Search took 0.08 seconds.

  1. Replies
    11
    Views
    1,743

    [SOLVED] Re: Make it stop looping! please. :)

    No problem at all. I'm always making simple mistakes and I know its always something small that I've overlooked. Outside perspective is a life saver! Besides, I'm still only a beginner really when it...
  2. Replies
    11
    Views
    1,743

    [SOLVED] Re: Make it stop looping! please. :)

    Your code keeps failing to print because you are asking it to print blanks. Nowhere in the code does it ask the user for his/her actual name. Just the login name. So I added this piece of code just...
  3. Replies
    11
    Views
    1,743

    [SOLVED] Re: Make it stop looping! please. :)

    When you type in 433 as your response, what happens?

    EDIT: Actually, if I remember right toString() is only auto-called by the compiler during string concatenation (i.e object + " "). So try this:...
  4. Replies
    11
    Views
    1,743

    [SOLVED] Re: Make it stop looping! please. :)

    At a glance, I think the reason your list is producing null is because you ARE adding a null! The "Account" is constructed outside the main while loop and no other "Account" is created for the new...
  5. Replies
    11
    Views
    1,743

    [SOLVED] Re: Make it stop looping! please. :)

    I'll have a look but can you do something for me please. Its much easier to read your code with the highlighter on. Edit your [CODE] brackets to be [highlight]. In the first one say "highlight=java"...
  6. Replies
    11
    Views
    1,743

    [SOLVED] Re: Make it stop looping! please. :)

    Correct me if I'm wrong but is it possible that since there is nothing in the ArrayList then the for loop is not executing, hence leaving loginClear to be false??

    i.e if ArrayList.size() returns...
Results 1 to 6 of 6