@ -45,6 +45,10 @@ public class Taschenrechner {
}
int randomNummer(int a, int b) {
return 0;
int temp = 0;
temp = (int) Math.random();
return temp;