java编写程序 显示100到1000这间所有能被5和6整除的数.每行显示10个

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/15 03:57:39

java编写程序 显示100到1000这间所有能被5和6整除的数.每行显示10个

public class test
{
public static void main(String[] args)
{
int start=99,end=1000,i=0,j=0;
for(i=start;i