@ -43,4 +43,8 @@ public class Taschenrechner {
boolean gleich(int a, int b) {
return a == b;
}
int randomNummer(int a, int b) {
return 0;