codice:
int media(int a, int b, int c)
{
    return (a+b+c)/3;
}