基礎概念
開新專案 Java程式的摝寫或練習, 都是以開啟專案開始, … Read more »
開新專案 Java程式的摝寫或練習, 都是以開啟專案開始, … Read more »
程式的定義 什麼叫程式,其明確的定義如下 : 1. 一行一行… Read more »
While 迴圈 語法 : while(條件式){} whi… Read more »
陣列簡介 當我們要記錄10個學生的分數時, 可能要宣告如下 … Read more »
if/else結構 基本樣式 if(布林值){ //true… Read more »
變數宣告 Java屬於強型語言,所以在使用變數之前一定要宣告… Read more »