Weather Observation Station 13

  • + 10 comments

    The question specifies truncating, not rounding the values. So, if i am using round(sum(lat_n),4,1) it should work. Here the third parameter prevents the function from rounding if it is not equal to 0.

    But why the above is not working? Can anyone suggest?