Posts by Leandro Oliveira Lima Moreira • 3 points
1 post
-
-3
votes1
answer37
viewsQ: When I run on html the classification always shows Undefined, but when I run on the console it brings the answer of the _class variable can anyone help me?
<script type="text/javascript"> //função que calculao IMC do paciente. function CalcImc(peso,altura){ var imc = p/(a*a); return imc; } //Entrada de dados e…