-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aufgabe_2A_3.nsd.bak
20 lines (20 loc) · 1.64 KB
/
Aufgabe_2A_3.nsd.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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_3:"" comment=""Stuktogramm"" color="ffffff" type="program" style="nice">
<children>
<repeat text=""Solange n >= 3"" comment="""" color="ffffff" disabled="0">
<qRepeat>
<instruction text=""Wert für int n einlesen"" comment="""" color="ffffff" rotated="0" disabled="0"></instruction>
</qRepeat>
</repeat>
<for text=""für i=1, i <= n, i++"" comment=""für i=1 bis größer oder gleich n, i um 1 inkrementieren"" counterVar="dummy_counter" startValue="für i=1, i <= n, i++" stepConst="1" style="FREETEXT" color="ffffff" disabled="0">
<qFor>
<for text=""für j=1, j<=i, j++"" comment=""für j=1 bis größer oder gleich i, j um 1 inkrementieren"" counterVar="dummy_counter" startValue="für j=1, j<=i, j++" stepConst="1" style="FREETEXT" color="ffffff" disabled="0">
<qFor>
<instruction text=""* ausgeben"" comment="""" color="ffffff" rotated="0" disabled="0"></instruction>
</qFor>
</for>
<instruction text=""println()"" comment="""" color="ffffff" rotated="0" disabled="0"></instruction>
</qFor>
</for>
</children>
</root>