下面的程序是打印输出100~300之间的不能被3整除的数。请在每条横线处填写一条语句,使程序的功能完整。
注意:请勿改动main( )主方法和其他已有的语句内容,仅在横线处填入适当的语句。
public class printNo3and5
void print( )
int n ;
for(n=100 ;n<=300 ;n++)
if(n%3==0)
__________
System.out.println(n);
public static__________main(String args[])
printNo3and5 obj=new printN03and5( );
__________
题库:计算机等级考试
类型:简答题
时间:2017-07-03 15:04:59
免费下载:《问答》Word试卷
下面的程序是打印输出100~300之间的不能被3整除的数。请在每条横线处填写一条语句,使程序的功能完整。
注意:请勿改动main( )主方法和其他已有的语句内容,仅在横线处填入适当的语句。
public class printNo3and5
void print( )
int n ;
for(n=100 ;n<=300 ;n++)
if(n%3==0)
__________
System.out.println(n);
public static__________main(String args[])
printNo3and5 obj=new printN03and5( );
__________
本题关键词:功能整理,设计变更申请程序,功能整理工作,面试程序,功能改进顺序,程序,处方销毁程序,应急处置程序,当场处罚程序,X线检查程序;