WithCS
Toggle navigation
Practice
Status
Discuss
Challenge
Login
Register
Discuss
4352
String toUpperCase(), toLowerCase()??
String toUpperCase(), toLowerCase()??
th7283
Reply 9 years 7 weeks ago
처음에 이걸 사용해서 풀려고 했었는데 아예 작동을 안하네요...왜그런건가요? 확인은 String moonja = scan.nextLine(); moonja.toUpperCase(); System.out.println(moonja);이렇게 했었습니다
Status
Problem
withcs2
Reply 9 years 7 weeks ago
moonja = moonja.toUpperCase(); 작동은 하는데 변수에 넣질 않아서 그럽니다.