本帖最后由 杨增坤 于 2013-8-29 20:16 编辑
代码有点问题谁能给修改,怎么弄个最后面循环的返回值
public class Test5 {
public static void main(String[] args)
{
for(int x=1;x<=100;x++)
{
int y=0;
if ((x==7+10*y))
continue ;
if(x==70+y)
continue;
y++;
System.out.println(x);
}
}
public static int y()
{
for(int y=0;y<=9;y++)
{return new int=y;}
|