avg.length = 2
function (x,y) {
return x + y/ 2
}
avg(34, 44) = 56