⭐Java square
Math.pow(3, i)
⭐Java uppercase to lowercase
String txt = "Hello World";
System.out.println(txt.toUpperCase());
System.out.println(txt.toLowerCase());
'개발일지' 카테고리의 다른 글
2023-11-23, Today I Learned (0) | 2023.11.24 |
---|---|
2023-11-22, Today I Learned (0) | 2023.11.22 |
2023-11-20, Today I Learned (0) | 2023.11.20 |
2023-11-17, Today I Learned (0) | 2023.11.17 |
2023-11-16, Today I Learned (0) | 2023.11.16 |