Posts by leonardo araujo • 19 points
1 post
-
0
votes1
answer59
viewsQ: Math.round() shows the 1675 result, but I wanted it to round to 1700
I’m having trouble with the Math.round() in Javascript, it shows the result 1675, but I wanted him to round up 1700. var altura = 170 var peso = 70 var idade = 30 var tmb tmb = 66.5 + (13.75 * peso)…