標題:
1217 輸入兩數值相加
[打印本頁]
作者:
b790113g
時間:
2011-12-10 11:42
標題:
1217 輸入兩數值相加
代入兩個參數...
+ M5 U- j5 G) a) S" S( V& T# R
6 p, w% l, q9 s: \: _' l- f6 p. w
並且相加、減、乘、除
作者:
kim
時間:
2011-12-17 10:31
public class d1217{
public static void main(String[] arg){
//if(arg.length<2)return ;
try{
System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));
}catch(Excrption e){
System.out.println("參數不足"+e.toString());
}
}
複製代碼
作者:
eric5802
時間:
2011-12-17 10:33
public class d1217{
# i d% J* Z, f0 x9 Z. [8 j
( A, Y/ T3 b4 Q. }, Z( E
public static void main(String[] arg){
6 F: m9 e q9 S! u
* D/ _2 ~: @% a! P2 _
//if(arg.length<2)return ;
' O+ M# E5 m& q# u
2 _8 ^( @& V9 ~- E P
try{
}/ H! |0 P1 {. G4 Q( H
% y% k& h" _8 {9 a) A& I
System.out.println(Integer.parseInt(arg[0])+Integer.parseInt(arg[1]));
2 C$ ?4 X5 C, r
6 Q( f6 R: P4 g |
}catch(Excrption e){
& i- Y5 o9 y- L: a3 d1 _
# N8 e% C J+ K6 F" _
System.out.println("參數不足啦"+e.toString());
+ `) p1 U9 l4 L9 y# q8 |# m; _2 v
4 g' q# `+ P* @4 l& z% N
}
2 D5 t' Y- m+ F( b1 G
) s1 \. u! ]: v- i+ l' {
}
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2