<?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-03-14 05:25:28 "/>
        <attribute name="created" value="Ym9tYWw7TVNJOzIwMjMtMDMtMTQ7IjA1OjExOjQzICI7MTk0MA=="/>
        <attribute name="edited" value="Ym9tYWw7TVNJOzIwMjMtMDMtMTQ7IjA1OjI1OjI4ICI7MTsyMDU2"/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="n1, n2, prodotto" type="Real" array="False" size=""/>
            <output expression="&quot;inserisci il primo numero&quot;" newline="True"/>
            <input variable="n1"/>
            <output expression="&quot;inserisci il secondo numero&quot;" newline="True"/>
            <input variable="n2"/>
            <assign variable="prodotto" expression="n1*n2"/>
            <output expression="&quot;prodotto=&quot; &amp; prodotto" newline="True"/>
        </body>
    </function>
</flowgorithm>
