<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
    <attributes>
        <attribute name="name" value=""/>
        <attribute name="authors" value="12999545"/>
        <attribute name="about" value=""/>
        <attribute name="saved" value="2023-03-06 12:23:55 "/>
        <attribute name="created" value="MTI5OTk1NDU7SU5GT1JNMTU7MjAyMy0wMy0wMTsiMDE6MDE6MzMgIjsyMTYz"/>
        <attribute name="edited" value="MTI5OTk1NDU7SU5GT1JNMTU7MjAyMy0wMy0wMTsiMDE6MjM6MjUgIjsyOzIyNzc="/>
        <attribute name="edited" value="MTI5OTk1NDE7SU5GT1JNMTk7MjAyMy0wMy0wNjsiMTI6MjM6NTUgIjsxOzIyODY="/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="n1, n2" type="Real" array="False" size=""/>
            <declare name="somma" type="Real" array="False" size=""/>
            <output expression="&quot;inserisci pimo numero&quot;" newline="True"/>
            <input variable="n1"/>
            <output expression="&quot;inserisci secondo numero&quot;" newline="True"/>
            <input variable="n2"/>
            <if expression="(n1&gt;0 &amp;&amp; n2&gt;0)">
                <then>
                    <assign variable="somma" expression="n1+n2"/>
                    <output expression="n1+n2" newline="True"/>
                </then>
                <else>
                    <output expression="&quot;errore&quot;" newline="True"/>
                </else>
            </if>
        </body>
    </function>
</flowgorithm>
