单项选择题
A.for(;;){} B.for(int i=0;i<10000;i++){} C.while(false){} D.do{}while(false)
A.8>>1 B.4>>>2 C.8<<1 D.4<<<2
A.+= B.== C.&& D.++