JAVA基礎

用java實現某個功能的思路(舉例) class Dome { public static void main(String[] args) { System.out.println("Hello World!"); } } 需求:寫一個helloworld程序,將hello Word字樣顯示在屏幕上。 思路: 1.找一個編譯器。 2.用java語言,寫個程序。 3.這個程序需要運行
相關文章
相關標籤/搜索