weight, height 값 입력 받아 BMI 값 구하기
BMI = weight / height * height
숫자
지수(power): height*height 두 번 곱해도 되고,
Math.pow(밑숫자 base, 지수 exponent)로 써도 된다.
반올림(round): Math.round() 를 쓴다.
'Java Script > JS basic' 카테고리의 다른 글
JS] If-Else Conditionals & Logic / advanced BMI (미해결) (0) | 2021.08.09 |
---|---|
JS] 랜덤 숫자/love calculator/ dice game (0) | 2021.08.09 |
JS] 함수 parameters and Arguments (0) | 2021.08.07 |
JS] 함수안의 함수 / Stanford Karel (0) | 2021.08.07 |
JS] console.log 쓰는 이유 (0) | 2021.08.06 |
댓글