[试题天天练二级C]循环结构
www.nanhushi.com 佚名 不详
循环结构以下程序段的输出结果是()Int a=3 ;Do{ Printf(“%d”,a-=2);} while(!( --a ) );A) 1 B) 3 0 C) 1 -2 D)死循环