@ -32,8 +32,12 @@ public class Taschenrechner {
}
boolean kleinerAls(int a, int b) {
return a < b;
boolean groeßerAls(int a, int b) {
return a > b;