单项选择题软件工程的理论和技术性研究的内容主要包括软件开发技术和
单项选择题下列程序的运行结果是 #include stdio.h main() { int x=-9,y=5,z=8; if(x<y) if(y<0)z=0; else z+=1; printf( %d n ,z);}