For loop is used to iterate a set of statements based on a condition. for(Initialization; Condition; Increment/decrement){ //code }. 5. While.
確定! 回上一頁