M MrScott81 Golden Member Aug 31, 2001 1,891 0 76 Jun 24, 2004 #36 Originally posted by: Ameesh e^(i*pi) Click to expand... error....-1 is not in the range
M MrScott81 Golden Member Aug 31, 2001 1,891 0 76 Jun 24, 2004 #37 import java.io.*; public class RandomGen{ public static void main(String [] args){ System.out.println(Math.random()*300); } } C:\Documents and Settings\skaforey\Desktop>java RandomGen 204.22968684075948
import java.io.*; public class RandomGen{ public static void main(String [] args){ System.out.println(Math.random()*300); } } C:\Documents and Settings\skaforey\Desktop>java RandomGen 204.22968684075948