Forum: Java Apr 19th, 2009 |
| Replies: 2 Views: 307 thank you very much! problem solved. |
Forum: Java Apr 17th, 2009 |
| Replies: 2 Views: 307 hi,
I have to do a program that generates 'n' different combinations of 7 different numbers between 1 and 49, so I did this:
import java.util.*;
public class Totoloto {
public static void... |