Search:

Type: Posts; User: looper

Search: Search took 0.11 seconds.

  1. Re: URGENT: How do I store thousands of data into arraylists and use them for calculations???

    Actually you can use any method you like for the assignment.

    I've tried using individual array list for each of the data.

    I used a for loop to sort each x and y values to the specified group...
  2. URGENT: How do I store thousands of data into arraylists and use them for calculations???

    Hey guys, I'm doing this really complex problem from a past exam paper (got my real exam next monday!!!) which requires us to store thousands of data into array lists and do some calculations with...
  3. Re: How do you write a timed 'while loop' which prints the no. of loops after a set t

    I changed it to System.out.println(+timeNow);timeNow++; and now I get java printing 1349274494256 forever...
  4. Re: How do you write a timed 'while loop' which prints the no. of loops after a set t

    Ok... I'm a complete noob at java here so I don't really understand what you mean by that... (even though I get the simple math part)

    :/

    What I want to do is create a while loop that times 5...
  5. How do you write a timed 'while loop' which prints the no. of loops after a set time?

    In Java, I need to write a while loop that will run for 10 seconds and after every 50 loops it will print the number of loops run so far in that set time.

    This is my attempt to the problem so far:...
Results 1 to 5 of 5