如果循环增量为负值,则For循环中计数变量的值会在每次循环时递增。If the loop increment is negative, the value of the count variable in the For loop will increas

如果循环增量为负值,则For循环中计数变量的值会在每次循环时递增。If the loop increment is negative, the value of the count variable in the For loop will increase every time.

A.正确

B.错误

正确答案:错误

猜你喜欢