<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
    <attributes>
        <attribute name="name" value=""/>
        <attribute name="authors" value="12999541"/>
        <attribute name="about" value=""/>
        <attribute name="saved" value="2023-03-06 12:21:33 "/>
        <attribute name="created" value="MTI5OTk1NDE7SU5GT1JNMTY7MjAyMy0wMy0wMTsiMDE6MDI6MTkgIjsyMTY1"/>
        <attribute name="edited" value="MTI5OTk1NDE7SU5GT1JNMTY7MjAyMy0wMy0wMTsiMDE6MjY6NDMgIjsyOzIyNzc="/>
        <attribute name="edited" value="MTI5OTk1NDU7SU5GT1JNMTU7MjAyMy0wMy0wNjsiMTI6MTk6MzggIjsyOzIyOTM="/>
        <attribute name="edited" value="MTI5OTk1NDE7SU5GT1JNMTk7MjAyMy0wMy0wNjsiMTI6MjE6MzMgIjsxOzIyODA="/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="Et&#224;1, Et&#224;2" type="Integer" array="False" size=""/>
            <declare name="Media" type="Real" array="False" size=""/>
            <output expression="&quot;inserisci Et&#224;1&quot;" newline="True"/>
            <input variable="Et&#224;1"/>
            <output expression="&quot;inserisci Et&#224;2&quot;" newline="True"/>
            <input variable="Et&#224;2"/>
            <if expression="(Et&#224;1&gt;0 &amp;&amp; Et&#224;1&lt;120 &amp;&amp; Et&#224;2&gt;0 &amp;&amp; Et&#224;2&lt;120)">
                <then>
                    <assign variable="media" expression="(Et&#224;1+Et&#224;2)/2"/>
                    <output expression="&quot;Media &quot; &amp; Media" newline="True"/>
                </then>
                <else>
                    <output expression="&quot;ERRORE&quot;" newline="True"/>
                </else>
            </if>
        </body>
    </function>
</flowgorithm>
