单项选择题

下列叙述中,不符合Java语言特点的选项是( )。

A.for(;;);
B.int s=36; while(S)--S;
C.int m=10; do { m- - }while(m>0);
D.int n=5;while(n>1) { n- -; if(n<0)break; }