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.

48 lines
316 B

  1. ### Übung Debugging
  2. int/bool:
  3. 3/true
  4. 6/false
  5. 9/false
  6. 31/true
  7. #Ausgabe beim Debuggen
  8. Eingabe: 7
  9. next int: 7
  10. i = 2
  11. -continue
  12. next int: 7
  13. i: 3
  14. -continue
  15. next int: 7
  16. i:4
  17. -continue
  18. next int: 7
  19. i:5
  20. -continue
  21. next int:7
  22. i:6
  23. #Aufgabe 2
  24. next Int: 23
  25. count: 3
  26. 2 Einträge
  27. next int: 16
  28. count 4
  29. 2 Einträge