下列循环能正常结束循环的是()。
A:i=5:Do:i=i+1:Loop Until i<0
B:i=1:Doi=i+2:Loop Until i=10
C:i=10:Doi=i+1:Loop Until i>10
D:i=6:Doi=i-2:Loop Until i=1
出自:计算机科学