<?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:38:05 "/>
        <attribute name="created" value="UmljY2FyZG87TEFQVE9QLU4xS0xTM0w1OzIwMjMtMDMtMDc7IjA3OjA0OjMzICI7MzA0Ng=="/>
        <attribute name="edited" value="UmljY2FyZG87TEFQVE9QLU4xS0xTM0w1OzIwMjMtMDMtMDc7IjA3OjM1OjA4ICI7MzszMTYy"/>
        <attribute name="edited" value="Ym9tYWw7TVNJOzIwMjMtMDMtMjE7IjAzOjM4OjA1ICI7MjsyMDUy"/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="Raggio, Area, Circonferenza" type="Real" array="False" size=""/>
            <output expression="&quot;Inserisci valore del raggio&quot;" newline="True"/>
            <input variable="Raggio"/>
            <while expression="(Raggio&lt;0)">
                <output expression="&quot;scrivi  un vero raggio&quot;" newline="True"/>
                <input variable="Raggio"/>
            </while>
            <assign variable="Area" expression="(Raggio^2)*3.14"/>
            <assign variable="Circonferenza" expression="(Raggio*2)*3.14"/>
            <output expression="&quot;Area di &quot; &amp; Area" newline="True"/>
            <output expression="&quot;Circonferenza di &quot; &amp; Circonferenza" newline="True"/>
        </body>
    </function>
</flowgorithm>
