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

연산자 관련 질문드립니다. #3

Open
mlandlee opened this issue Oct 6, 2019 · 0 comments
Open

연산자 관련 질문드립니다. #3

mlandlee opened this issue Oct 6, 2019 · 0 comments

Comments

@mlandlee
Copy link

mlandlee commented Oct 6, 2019

나눗셈 기호를 설명 부탁드립니다.
%, **, /
이 세가지 차이점이 무엇인가요?

return(word1.length + word2.length) / 2; 이것은 통과
return(word1.length + word2.length) % 2; 이것은 통과되지 않음
return(word1.length + word2.length) ** 2; 이것도 통과되지 않음

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

No branches or pull requests

1 participant