Forum: Java Nov 11th, 2007 |
| Replies: 2 Views: 2,721 Random Number Java Code Hello guys, Hope ur listening. I need my code to generate 6 random numbers for each line, instead of just 1. Furthermore, there should be no duplicate numbers on any particular line. So far I have... |
Forum: Java Oct 25th, 2007 |
| Replies: 4 Views: 747 |
Forum: Java Oct 24th, 2007 |
| Replies: 4 Views: 747 Java Help Needed....... This code is meant to be a simple quiz, but I am getting 4 errors that I cannot figure out. Thanks in advance.
import java.io.*;
public class Quiz
{
public static void main(String args[])
{ |