You are viewing a single comment's thread. Return to all comments →
c#
public static double solve(List balls)
{ return Math.Round((balls.Sum())/2.0, 1); }
Seems like cookies are disabled on this browser, please enable them to open this website
B'day Gift
You are viewing a single comment's thread. Return to all comments →
c#
public static double solve(List balls)