public class _06_Constants {
public static void main(String[] args) {
final String KR_COUNTRY_CODE = "+82"; //๊ตญ๊ฐ ๋ฒํธ (๋นจ๋ฆฌ)
// KR_COUNTRY_CODE = "+8282";
System.out.println(KR_COUNTRY_CODE);
}
}
'๐ผ๋ฐฑ์ค๋ > Java ๋ฌธ๋ฒ' ์นดํ ๊ณ ๋ฆฌ์ ๋ค๋ฅธ ๊ธ
02_01 Operator1(์ฐ์ ์ฐ์ฐ์) (0) | 2023.07.04 |
---|---|
01_07 TypeCasting (0) | 2023.07.02 |
01_05 VariableNaming (0) | 2023.07.02 |
01_04 Comment (0) | 2023.07.02 |
01_03 Variables (0) | 2023.07.02 |