關於我

就讀逢甲大學
正在修java


2015年3月5日 星期四

實作1



1.在C槽建資料夾


2.將複製的東西在新文字文件


3.改檔名及副檔名


4.開cmd


5.打cd 附上自己資料夾的網址


6.打javac 複製貼上自己的檔名及副檔名


7.打檔名


8.完成


9.程式碼


class Test
{
public static void main(String[] args)
{
System.out.println("_____*_____");
System.out.println("____***____");
System.out.println("___*****___");
System.out.println("__*******__");
System.out.println("_____*_____");
System.out.println("_____*_____");
}
}

沒有留言:

張貼留言