Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[p:73] 문의 #19

Open
GimYoungPhil opened this issue Sep 21, 2018 · 1 comment
Open

[p:73] 문의 #19

GimYoungPhil opened this issue Sep 21, 2018 · 1 comment

Comments

@GimYoungPhil
Copy link

GimYoungPhil commented Sep 21, 2018

[p:72]
여자 표준 체중 = (키 - 105) X 0.9 BMI 방식

[p:73]

broca = (user.height - 100 * 0.9).toFixed(2);

72 페이지의 방식 설명과 73 페이지 코드 내용이 다릅니다.
코드에서도 105 값을 빼줘야 하나요?
BMI 방식 문구도 오타인가요?

@sculove
Copy link
Owner

sculove commented Sep 29, 2018

    1. p73. 코드에서도 105 값을 빼줘야 하나요?
      100 대신 105를 빼줘야 합니다.
    1. BMI 방식 문구도 오타인가요?
      삭제 되어야합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants