请写下程序的输出结果: public class ex2_2 { publi
请写下程序的输出结果:publicclassex2_2{publicstaticvoidmain(Stringargs[]){intx,y;byteb=6;floatz=...
请写下程序的输出结果:
public class ex2_2
{
public static void main (String args[ ] )
{
int x , y ;
byte b = 6;
float z = 1.234f ;
double w = 1.23;
boolean flag;
x = 12 ;
y = 300;
flag=x>y;
System.out.println("x>y=="+flag);
flag=z>w;
System.out.println("z>w=="+flag);
}
}
展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |