<?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-14 05:08:37 "/>
        <attribute name="created" value="UmljY2FyZG87TEFQVE9QLU4xS0xTM0w1OzIwMjMtMDMtMDc7IjA3OjEzOjQzICI7MzA0Nw=="/>
        <attribute name="edited" value="UmljY2FyZG87TEFQVE9QLU4xS0xTM0w1OzIwMjMtMDMtMDc7IjA3OjIwOjU1ICI7MzszMTU4"/>
        <attribute name="edited" value="Ym9tYWw7TVNJOzIwMjMtMDMtMTQ7IjA1OjA4OjM3ICI7MTsyMDU3"/>
    </attributes>
    <function name="Main" type="None" variable="">
        <parameters/>
        <body>
            <declare name="N1, N2, N3, N4, Somma, VM" type="Real" array="False" size=""/>
            <output expression="&quot;Inserisci il valore del primo numero&quot;" newline="True"/>
            <input variable="N1"/>
            <output expression="&quot;Inserisci il valore del secondo numero&quot;" newline="True"/>
            <input variable="N2"/>
            <output expression="&quot;Inserisci il valore del terzo numero&quot;" newline="True"/>
            <input variable="N3"/>
            <output expression="&quot;Inserisci il valore del quarto numero&quot;" newline="True"/>
            <input variable="N4"/>
            <assign variable="Somma" expression="N1+N2+N3+N4"/>
            <assign variable="VM" expression="Somma/4"/>
            <output expression="&quot;Somma = &quot; &amp; Somma" newline="True"/>
            <output expression="&quot;Valore medio = &quot; &amp; VM" newline="True"/>
        </body>
    </function>
</flowgorithm>
