Board logo

標題: 1217 輸入兩數值相加 [打印本頁]

作者: b790113g    時間: 2011-12-10 11:42     標題: 1217 輸入兩數值相加

代入兩個參數...
/ `" W, _: d, N' J6 O- ]3 k/ `! U" h5 [7 Y  U) P( p6 k$ \
並且相加、減、乘、除
作者: kim    時間: 2011-12-17 10:31

  1. public class d1217{
  2.     public static void main(String[] arg){
  3.             //if(arg.length<2)return ;
  4.                 try{
  5.                     System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));
  6.                 }catch(Excrption e){
  7.                 System.out.println("參數不足"+e.toString());
  8.         }
  9. }
複製代碼

作者: eric5802    時間: 2011-12-17 10:33

public class d1217{
8 p  K2 O6 P1 Y+ x/ c& K! E! T9 R- B* v7 ]) l$ _
    public static void main(String[] arg){
3 [+ l3 ?! t6 g( w. R- S& a* X+ w3 h, D% E2 I
            //if(arg.length<2)return ;5 m9 N7 z" C2 W9 Q$ ~
- E" h- O) n2 @6 x* X. N
                try{# G( l9 A) L( V3 s

+ v+ N# g) |  _& ~8 V3 q2 n                    System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));
8 V+ x" O, w1 h2 s+ a9 f% @6 Y1 @( u' F. v9 S
                }catch(Excrption e){
* t4 h" r1 S# [5 E) ?( X% V' l) q5 H$ @
                System.out.println("參數不足啦"+e.toString());, c# N' c' a- u! l' F! U
% L/ x6 r' q. M' C# _
        }
( U& f0 P8 n0 g' V/ f/ C( U9 u# I0 p3 J
}




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