如果一个For循环嵌套在另一个循环中,此时两个循环的边界值必须是不一样的。If a For loop is nested in another loop, then the boundary valu
10 查阅
如果一个For循环嵌套在另一个循环中,此时两个循环的边界值必须是不一样的。If a For loop is nested in another loop, then the boundary values of the two loops must be different.
A.正确
B.错误
参考答案: