<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
    <attributes>
        <attribute name="name" value=""/>
        <attribute name="authors" value="bomal"/>
        <attribute name="about" value=""/>
        <attribute name="saved" value="2023-04-19 12:13:37 "/>
        <attribute name="created" value="Ym9tYWw7TVNJOzIwMjMtMDQtMTk7IjEyOjAyOjA5ICI7MTk0Ng=="/>
        <attribute name="edited" value="Ym9tYWw7TVNJOzIwMjMtMDQtMTk7IjEyOjEzOjM3ICI7MTsyMDU3"/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="totor, totpag" type="Integer" array="False" size=""/>
            <output expression="&quot;inserisci le ore&quot;" newline="True"/>
            <input variable="totor"/>
            <while expression="(totor&lt;0)">
                <output expression="&quot;inserisci le ore&quot;" newline="True"/>
                <input variable="totor"/>
            </while>
            <if expression="(totor&lt;4)">
                <then>
                    <assign variable="totpag" expression="totor*1.50"/>
                    <output expression="&quot;&#8364;= &quot; &amp; totpag" newline="True"/>
                </then>
                <else>
                    <assign variable="totpag" expression="totor*1"/>
                    <output expression="&quot;&#8364;= &quot; &amp; totpag" newline="True"/>
                </else>
            </if>
        </body>
    </function>
</flowgorithm>
