• + 0 comments

    c#

    public static double solve(List balls)

    {
        return Math.Round((balls.Sum())/2.0, 1);
    }