【日內瓦車展】Audi性能休旅「RS Q3」再強化,performance進階版馬力上看367匹
第三章:迴圈isCar! 在去年(2015)年底的台北車展上,Audi展出RS車系旗下的首款休旅戰將『RS Q3』,想不到時隔不過三個月,這款擁有340hp的性能休旅,竟然又在日內瓦車展上添名為『RS Q3 performance』,以更強大的馬力再度登場! RS Q3 performance是繼RS6 per第三章:迴圈 第一節:for迴圈 當程式需要來回重複執行某一段程式碼時, 就可以使用迴圈 範例:印出10行hello #include stdio.h > void main(void) { int i; for ( i=0; i10; i++ ) { printf("hello %d\n",i); } } for迴圈會重複執行數次{ }中所包含的程式碼, 至於是執行幾次則由for ......
全文閱讀