Java零基礎學習-----java語言基礎(四)

分支結構的概念:       If(條件表達式){ 語句塊; }       If else分支結構         If else if else分支結構:         Switch case分支結構         switch(score / 10) { case 10: //System.out.println("等級A"); //break; case 9:  System.out.
相關文章
相關標籤/搜索