单项选择题下列不属于软件工程过程的基本活动的是( )。
单项选择题下面for循环语句的执行结果是( )。 for(int j=10;j>3;j--) if(j%3!=0) j--; --j; --j; System.out.println(j);