You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
331 B
331 B
Ü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
- count = 3
- Zeile 40 :
- nextInt = 16
- count = 4