diff --git a/Debugging b/Debugging new file mode 100644 index 0000000..4d61c44 --- /dev/null +++ b/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 + + + diff --git a/UebungDebugging b/UebungDebugging new file mode 160000 index 0000000..0b598c5 --- /dev/null +++ b/UebungDebugging @@ -0,0 +1 @@ +Subproject commit 0b598c50df97093cc1bb68573133447570953b15