General for loop in java have following form. for (variable initialization; termination condition; increment/decrement operation) { // statements to be executed }.
確定! 回上一頁