@ -61,7 +61,12 @@ public class Taschenrechner {
static int eingabe() {
Scanner scan = new Scanner(System.in);
int intScan= scan.nextInt();
try{
}catch(Exception e){
System.out.println("Fehler bei der Eingabe!");
}
// scan.close();