Click to See Complete Forum and Search --> : please don't answer posts by fukchai2000


7stud
01-24-2005, 09:16 PM
After fukchai2000 wasted everyone's time in the javascript forum asking about math.random(), this was his response after about 10 other users posted helpful answers:

unfortunately....i dont really understand either javascript or HTML.....and the reason why i post it in JAVA forum.....because i think that java have this MATH function......(correct me if i'm wrong....)...
ok...here what i trying to do: (sorry for didn't post it in the begining)

public class roll{

public static void main(String args[]){
int face;

for (int i=0;i<6;i++)
{
face = (int)(Math.random()*6)+1;
System.out.println(face);
}
}

buntine
01-25-2005, 02:52 AM
Do you want help? Why did you post this?

Pittimann
01-25-2005, 02:06 PM
Hi!

fukchai2000's only "fault" was to ask something here, obviously using js code. You can see that (7stud) in my first post to his thread, which buntine correctly moved to the js forum.

I would not at all accuse him/her of having wasted someone's time. If someone's "guilty", it is me. I saw js (which is true) and I posted a comment. For sure, fukchai2000 did not want to waste anyone's time including his own.

Cheers - Pit