@ -30,4 +30,10 @@ public class Taschenrechner {
return temp;
}
boolean kleinerAls(int a, int b) {
return a < b;