-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAufgabe_2A_2stuktogram.nsd
16 lines (16 loc) · 1.5 KB
/
Aufgabe_2A_2stuktogram.nsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:nsd="https://structorizer.fisch.lu" version="3.32-11" preRepeat="until " postFor="to" preReturn="return" postForIn="in" preWhile="while " output="OUTPUT" input="INPUT" preFor="for" preExit="exit" preLeave="leave" ignoreCase="true" preThrow="throw" preForIn="foreach" stepFor="by" namespace="" author="aeong" created="2022-11-13" changedby="aeong" changed="2022-11-13" origin="Structorizer 3.32-11" text=""Aufgabe 2A_2:"" comment=""Stuktogramm "" color="ffffff" type="program" style="nice">
<children>
<repeat text=""solange n < 1, also die Eingabe kleiner als 1"" comment="""" color="ffffff" disabled="0">
<qRepeat>
<instruction text=""Einlesen ganzer Zahl n"" comment=""Eingabeaufforderung + Eingabe durch Tastatur "" color="ffffff" rotated="0" disabled="0"></instruction>
</qRepeat>
</repeat>
<for text=""für n > 0, i++"" comment=""Für n größer als Null, Zählervariable i um 1 inkrementieren"" counterVar="dummy_counter" startValue="für n > 0, i++" stepConst="1" style="FREETEXT" color="ffffff" disabled="0">
<qFor>
<instruction text=""n = n/2"" comment=""Eingabewert n durch 2 teilen, und in n speichern"" color="ffffff" rotated="0" disabled="0"></instruction>
</qFor>
</for>
<instruction text=""Endergebnis von Zählervariable i ausgeben"" comment="""" color="ffffff" rotated="0" disabled="0"></instruction>
</children>
</root>