单项选择题下列程序的运行结果是( )。main(){ int x=1,y=3,a=0;while(x++!=(y-=1) ){ a+=1;if(y<x)break;}printf( %d,%d,%d n ,x,y,A) ;}
单项选择题下列不属于软件工程的3个要素的是( )。