Posts by Renato66 • 1 point
1 post
-
0
votes4
answers4212
viewsA: How do I start the next ten?
With this function he will catch the first largest dozen function arredonda(x){ while (aux < x){ aux= aux+10; }; aux= aux - x + 10; return aux + x; and this next function will round to the…