Search:

Type: Posts; User: chuckie987

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    2,141

    [SOLVED] Re: Simple While loop wont work??

    i fergot the x++ 8-}=))
  2. Replies
    1
    Views
    2,141

    [SOLVED] Simple While loop wont work??

    Hey Everybody!! Can someone please tell me why this doesnt work:

    int x = 0;
    Dog[] Dogs = new Dog[5];
    while (x < Dogs.length)
    {
    Dogs[x] = new Dog();
    }

    but this does???
  3. Replies
    1
    Views
    1,327

    Java, getting info from the web??!

    Hey folks!,

    i was just wondering if anyone could help me i am writting a program which needs to copy the input of my program to a web form and retreave the results from the site to the program and...
Results 1 to 3 of 3