C語言複習. while while(條件式) { 動作} ----------- do / while do { 動作} while(條件式) ----------- for for(起始條件;結束條件;增量)
www.ncu.edu.tw