public class Sample {
public static void main(String args[]) {
String strMessage ;
strMessage = "abcdefg全型abcdefg";
System.out.println("在strMessage中置入" + strMessage + "這個字串。");
System.out.println("然後將strMessage的內容全轉換成" + strMessage.toUpperCase() + "這種大寫文字。"); }
}
沒有留言:
張貼留言