Browse Source

Debugging Üebung

master
Philipp Hartmann 1 year ago
parent
commit
b1150a4106
  1. 20
      Debugging
  2. 1
      UebungDebugging

20
Debugging

@ -0,0 +1,20 @@
# Uebung Debugging
##Uebung1
Das Programm ist ein Primzahlen Rechner.
Immer wenn die Zahl eine Primzahl ist kommt true.
Falls die Zahl negativ ist kommt false.
Inhale der Variablen:
Input: 45, Schleifenvariable: 2, Ergebnis 1
Input: 45, Schleifenvariable: 3, Ergebnis 0
number 45 passed check : false
Input 47, Schleifenvariable: 43, Ergebnis 4
Input 47, Schleifenvariable: 44, Ergebnis 3
Input 47, Schleifenvariable: 45, Ergebnis 2
Input 47, Schleifenvariable: 46, Ergebnis 1
number 47 passed check: true

1
UebungDebugging

@ -0,0 +1 @@
Subproject commit 0b598c50df97093cc1bb68573133447570953b15
Loading…
Cancel
Save