The for loop first initialized the integer variable i to zero then it tests the condition (i <10); if true, then the loop executes the line echo ...
確定! 回上一頁