为什么for循环不能正常运行
classFu{booleanshow(chara){System.out.println(a);returntrue;}}classDemoextendsFu{publ...
class Fu
{
boolean show(char a)
{
System.out.println(a);
return true;
}
}
class Demo extends Fu
{
public static void main(String[] args)
{
int i=0;
Fu f=new Demo();
Demo d=new Demo();
for(f.show('A'); f.show('B')&&(i<2);f.show('C'))///这里的for循环为什么不会进行下去?求解!
{
i++;
d.show('D');
}
}
boolean show(char a)
{
System.out.println(a);
return false;
}
} 展开
{
boolean show(char a)
{
System.out.println(a);
return true;
}
}
class Demo extends Fu
{
public static void main(String[] args)
{
int i=0;
Fu f=new Demo();
Demo d=new Demo();
for(f.show('A'); f.show('B')&&(i<2);f.show('C'))///这里的for循环为什么不会进行下去?求解!
{
i++;
d.show('D');
}
}
boolean show(char a)
{
System.out.println(a);
return false;
}
} 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询