-
Notifications
You must be signed in to change notification settings - Fork 0
/
Aufgabe_3b.nsd
14 lines (14 loc) · 1.47 KB
/
Aufgabe_3b.nsd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:nsd="https://structorizer.fisch.lu" version="3.30-10" 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" author="stephanschmidt" created="2020-09-30" changedby="stephanschmidt" changed="2020-09-30" origin="Structorizer 3.30-10" text=""Aufgabe 3b"" comment="" color="ffffff" type="program" style="nice">
<children>
<instruction text=""Bitte geben Sie die Anzahl der einzugebenen Zahlen ein","","-> obergrenze"" comment="" color="ffffff" rotated="0" disabled="0"></instruction>
<instruction text=""ergebnis = 0"" comment="" color="ffffff" rotated="0" disabled="0"></instruction>
<for text=""for i <- 1 to obergrenze"" comment="" counterVar="i" startValue="1" endValue="obergrenze" stepConst="1" style="COUNTER" color="ffffff" disabled="0">
<qFor>
<instruction text=""Bitte geben Sie die Messwerte ein (Zahlen) ->a"" comment="" color="ffffff" rotated="0" disabled="0"></instruction>
<instruction text=""ergebnis = ergebnis + a"" comment="" color="ffffff" rotated="0" disabled="0"></instruction>
</qFor>
</for>
<instruction text=""Ausgabe: ergebnis = ergebnis / obergrenze"" comment="""" color="ffffff" rotated="0" disabled="0"></instruction>
</children>
</root>