Forum: Java
May 27th, 2005, 4:51 PM
|
|
Replies: 4
Views: 347
|
Forum: Java
May 17th, 2005, 4:42 PM
|
|
Replies: 3
Views: 409
|
Forum: Java
May 14th, 2005, 11:03 AM
|
|
Replies: 17
Views: 475
|
Forum: Java
May 14th, 2005, 11:01 AM
|
|
Replies: 3
Views: 409
|
Forum: Java
May 14th, 2005, 10:52 AM
|
|
Replies: 41
Views: 1,006
|
Forum: Java
May 14th, 2005, 10:51 AM
|
|
Replies: 17
Views: 475
|
Forum: Java
Apr 23rd, 2005, 1:20 PM
|
|
Replies: 26
Views: 778
|
Forum: Java
Apr 8th, 2005, 12:23 PM
|
|
Replies: 7
Views: 296
you could do it the way you are doing but it...
you could do it the way you are doing but it could take a while to actually get a number that is less then 10 sometimes. it maybe better to change this part
(int)(Math.random () * 8) + 4;
the way...
|
Forum: Java
Apr 7th, 2005, 6:54 PM
|
|
Replies: 2
Views: 140
|
Forum: Java
Apr 7th, 2005, 6:47 PM
|
|
Replies: 7
Views: 257
|
Forum: Java
Apr 6th, 2005, 4:32 PM
|
|
Replies: 7
Views: 296
|
Forum: Java
Apr 4th, 2005, 3:23 PM
|
|
Replies: 6
Views: 529
|
Forum: Java
Apr 3rd, 2005, 6:56 AM
|
|
Replies: 15
Views: 419
i think what you should do is get a piece of...
i think what you should do is get a piece of paper and write out the logic of your program and see what it is that you have x doing.
I'm not really sure if you want it to do what it is doing and...
|
Forum: Java
Apr 2nd, 2005, 10:30 AM
|
|
Replies: 15
Views: 419
|
Forum: Java
Apr 2nd, 2005, 10:02 AM
|
|
Replies: 6
Views: 300
|
Forum: Java
Apr 1st, 2005, 2:44 PM
|
|
Replies: 4
Views: 266
|
Forum: Java
Apr 1st, 2005, 2:36 PM
|
|
Replies: 6
Views: 300
try this
import java.io.*;
class...
try this
import java.io.*;
class Array
{
static BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
static PrintWriter out = new PrintWriter(System.out,true);
public...
|