@ -33,7 +33,11 @@ public class Taschenrechner {
boolean kleinerAls(int a, int b) {
return a < b;
}
boolean groeßerAls(int a, int b) {
return a > b;