### Übung Debugging ### Übung 1 * Eingabe : 45 * nextInt = 45 * i = 2 * continue: * nextInt = 45 * i = 3 * Eingabe : 47 * nextInt = 47 * i = 2 * continue: * nextInt = 47 * i = 3 continue: * nextInt = 47 * i = 4 ### Übung 2 * Eingabe : 45 * nextInt = 23 * Zeile 40 : * nextInt = 16