Last active
May 30, 2018 11:08
-
-
Save khg0712/0085bb0bd7d7afa03ae00883bec1b64f to your computer and use it in GitHub Desktop.
래퍼 객체4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 .toString();//1과 .을 띄어쓰기해서 소수가 아님을 알린다. | |
1..toString();//1.에서 .을 미리 써두어 뒤에 있는 .이 소수를 표현하는 것이 아니라 참조 연산자임을 알린다. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment