Java基礎知識總結(4)

流程控制:順序、選擇、循環 switch結構:判斷條件是常量值 switch(n){     case 1:System.out.println("星期一");break;     case 2:System.out.println("星期二");break;     case 3:System.out.println("星期三");break; ... } 循環while while(循環條件)
相關文章
相關標籤/搜索