horsemanship世界

星期一, 2月 20, 2006

s9326146

public static void main(String[] args)
{

System.out.println("我的學號9326146,我完成囉!!");
System.out.println("Hellow reader.");
System.out.println("Welcome to Java.");

System.out.println("Let's demonstrate a simple calculation.");
int answer;
answer = 2 + 2;
System.out.println("2 plus 2 is" + answer);
}

0 Comments:

張貼留言

<< Home