skip to main
|
skip to sidebar
maxineilin
2010年3月26日 星期五
class Myfirstjava
{
public static void main(String[] args)
{
String x,y;
int z=0;
x=args[0];
y=args[1];
z=Integer.parseInt(args[0])+Integer.parseInt(args[1]);
System.out.println(x);
System.out.println(y);
System.out.println(z);
}
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
追蹤者
網誌存檔
▼
2010
(15)
►
6月
(9)
►
4月
(2)
▼
3月
(4)
class Myfirstjava{public static void main(String[]...
2010年2月25日星期四public class HolloWorld { /** * @par...
第一週 2010/02/26製作自己的學習部落格blog回答下列問題1.為何why要選修這門課?(動...
java1
關於我自己
name
檢視我的完整簡介
沒有留言:
張貼留言