0
iQi - 面白いアプリを開発中
String str = "Hello";
System.out.println("大文字へ変換 : " + str.toUpperCase());
System.out.println("小文字へ変換 : " + str.toLowerCase());