单项选择题有以下程序main( ){ int i=0,s=0;do{if(i%2){i++;continue;}i++;s+=i;} while(i<7);printf( %d n ,s);}执行后输出的结果是( )。
单项选择题能将高级语言编写的源程序转换为目标程序的软件是( )。