6 aus 49 0000-00-00 00:00:00 // BENĂ–TIGT EA KLASSE import java.util.*; public class SechsAus49 { public static void main(String args[]) { System.out.println("6 AUS 49\n"); do { int a[] = new int[6]; Random zufall = new Random(); int zahl; boolean handle; // Ziehen for(int i=0;i<6;i++) { do { // wiederholen bis zahl einmalig zahl = zufall.nextInt(49)+1; a[i] = zahl; // Zahl darf nicht 2x vorkommen handle = false; for(int x=0;x