<?xml version="1.0"?>
<flowgorithm fileversion="3.0">
    <attributes>
        <attribute name="name" value=""/>
        <attribute name="authors" value="Riccardo"/>
        <attribute name="about" value=""/>
        <attribute name="saved" value="2023-03-21 03:44:08 "/>
        <attribute name="created" value="UmljY2FyZG87TEFQVE9QLU4xS0xTM0w1OzIwMjMtMDMtMDc7IjA3OjIwOjU3ICI7MzA1MA=="/>
        <attribute name="edited" value="UmljY2FyZG87TEFQVE9QLU4xS0xTM0w1OzIwMjMtMDMtMDc7IjA3OjM1OjMxICI7MjszMTU3"/>
        <attribute name="edited" value="Ym9tYWw7TVNJOzIwMjMtMDMtMjE7IjAzOjQ0OjA4ICI7MjsyMDUy"/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="Perimetro, Area" type="Real" array="False" size=""/>
            <output expression="&quot;Scrivi il valore del perimetro&quot;" newline="True"/>
            <input variable="Perimetro"/>
            <while expression="(Perimetro&lt;0)">
                <output expression="&quot;riprova&quot;" newline="True"/>
            </while>
            <assign variable="Area" expression="(Perimetro/4)^2"/>
            <output expression="&quot;L'area &#232; di &quot; &amp; Area" newline="True"/>
        </body>
    </function>
</flowgorithm>
