Search:

Type: Posts; User: learningjava1

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,404

    [SOLVED] Re: Array iteration Problem.. Please help

    It worked!! thank you!!!!
  2. Replies
    4
    Views
    1,404

    [SOLVED] Re: Array iteration Problem.. Please help

    Im sorry I dont know how to fix it. I see that my if statement compare the input to every item in the list and then print out the message..
    But i dun know how to fix it.

    --- Update ---

    Please...
  3. Replies
    4
    Views
    1,404

    [SOLVED] Array iteration Problem.. Please help

    Item[]items = new Item[4];
    items[0]= new Item("n",2.2,4);
    items[0].setName("OJ");
    items[0].setCost(6.00);
    items[0].setQty(10);

    items[1]= new Item("n",2.2,4);
    items[1].setName("Milk");...
Results 1 to 3 of 3