Posted by: sauravcn February 16, 2010
JAVA experts help...please
Login in to Rate this Post:     0       ?        

import java.util.Random;
public class number{
public static void main(String [] args){
Random random =
new Random();
double number = random.nextInt(70000);
System.out.println (
"You have $" + number);
}

Last edited: 16-Feb-10 04:12 PM
Read Full Discussion Thread for this article