RANDOM ZUFALLSZAHL

Random rand = new Random();
int zahl1 = rand.nextInt(50) + 1;
double zahl2 = rand.nextDouble(50) + 1;




parseDouble
RadioButton