单选题

以下循环语句中循环体执行的次数为?()

for (int i = 0; i < n; i++)
  if(i >n/2) break;

A

n

B

n/2

C

n/2+1

D

n/2-1

赣ICP备20007335号-2