Board logo

標題: length() 與 charAt() 函式 [打印本頁]

作者: tonyh    時間: 2015-1-31 14:22     標題: length() 與 charAt() 函式

本帖最後由 tonyh 於 2015-1-31 14:48 編輯

[attach]1140[/attach]
  1. public class ch54
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         String str="Hello Java!";
  6.         System.out.println("字串 "+str+" 的長度為: "+str.length()+"個字元");
  7.         System.out.print("依序為: ");
  8.         for(int i=0; i<str.length(); i++)
  9.             System.out.print(str.charAt(i)+" ");
  10.     }
  11. }
複製代碼

作者: 黃崇維    時間: 2015-1-31 14:48

  1. public class ch54
  2. {
  3.    public static void main(String args[])
  4.    {
  5.       String str="Hello Java!";
  6.       System.out.println("字串 "+str+" 的長度為: "+str.length()+"個字元");
  7.       System.out.print("依序為: ");
  8.       for(int i=0; i<str.length(); i++)
  9.          System.out.print(str.charAt[i]+" ");
  10.    }
  11. }
複製代碼

作者: 劉泳鱔    時間: 2015-1-31 14:50

  1. public class ch54
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         String str="Hello Java!";
  6.         System.out.println("字串 "+str+" 的長度為: "+str.length()+"個字元");
  7.         System.out.print("依序為: ");
  8.         for(int i=0; i<str.length(); i++)
  9.             System.out.print(str.charAt(i)+" ");
  10.     }
  11. }
複製代碼

作者: 許逸群    時間: 2015-1-31 14:53

  1. public class ch54
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         String str="Hello Java!";
  6.         System.out.println("字串 "+str+" 的長度為: "+str.length()+"個字元");
  7.         System.out.print("依序為: ");
  8.         for(int i=0; i<str.length(); i++)
  9.             System.out.print(str.charAt(i)+" ");
  10.     }
  11. }
複製代碼

作者: 張瀚仁    時間: 2015-2-3 15:44

  1. public class ch54
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         String str="Hello Java!";
  6.         System.out.println("字串 "+str+" 的長度為: "+str.length()+"個字元");
  7.         System.out.print("依序為: ");
  8.         for(int i=0; i<str.length(); i++)
  9.             System.out.print(str.charAt(i)+" ");
  10.     }
  11. }
複製代碼

作者: 林以諾    時間: 2015-2-3 15:50

  1. public class ch54
  2. {
  3.     public static void main(String args[])
  4.     {
  5.         String str="Hello Java!";
  6.         System.out.println("字串 "+str+" 的長度為: "+str.length()+"個字元");
  7.         System.out.print("依序為: ");
  8.         for(int i=0; i<str.length(); i++)
  9.             System.out.print(str.charAt(i)+" ");
  10.     }
  11. }
複製代碼





歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/) Powered by Discuz! 7.2