Board logo

標題: 106 數值過濾器 [打印本頁]

作者: b790113g    時間: 2011-12-31 11:49     標題: 106 數值過濾器

本帖最後由 b790113g 於 2011-12-31 12:07 編輯 9 F! O/ G# ^& |; a) g

3 L$ ]$ ~! o; `3 O1 h4 ?' E) L不是數字就別加總8 x( F) P5 a" q# C) f8 ^+ W6 g$ Q

, X+ G8 P+ h$ z) K6 l[attach]562[/attach]
作者: TOM    時間: 2012-2-10 20:06

  1. public class jva106
  2. {
  3.         public static void main(String arg[])
  4.         {
  5.         int tot=0;
  6.         int isn=0;
  7.         int non=0;
  8.                 for(int i=0;i<arg.length;i++)
  9.                 {
  10.                         try{
  11.                         tot=tot+Integer.parseInt(arg[i]);
  12.                         isn++;
  13.                         }catch(Exception e){
  14.                         non++;
  15.                         }
  16.                 }
  17.         System.out.println("數值之總和為:"+tot);
  18.         System.out.println("非數值個數為:"+non);
  19.         System.out.println("純數之個數為:"+isn);
  20.        
  21.         }
  22. }
複製代碼
救命!!!!!!!!為什麼不能執行
- |# ~- J3 p3 A$ s, \阿阿阿阿阿阿阿阿阿阿阿阿




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