单项选择题

以下for循环的执行次数是( ) for(int x=0;(x==0)||(x<7);x=x+3);<br> A、无限次

B、1次
C、2次
D、3次