Hello to all !!!
I just joined this site 2day & I hope it will be some help 2 me. I'm new to JAVA & I have a professor who stated that we have to learn JAVA on our own. My prgram is due Wed. by 10am. The program is suppose to generate 100 random #'s between 1000-10000 having no duplicate #'s. Here's what I have so far:
import java.util.Random;
import java.io.*;
public class pg0{
public static void main(String[] args){
//used to determine if there are any duplicate #'s:confused:
public boolean trial(){