下面for循环语句的执行结果是( )。 for (int j=10; j>3; j--) { if(j%3!=0) j--; --j; --j; System.out.println(j); }
免费的网站请分享给朋友吧