题目内容:
下列代码执行之后,输出的结果为______。
public class ex38
public static void main(Stringargs)
int x=12;
int m=11;
int y=13;
int temp=x>yx:y;
temp=temp>mtemp:m;
System.out.println (temp);
A. 1B. 12
C. 13
D. 11
参考答案:
下列代码执行之后,输出的结果为______。
public class ex38
public static void main(Stringargs)
int x=12;
int m=11;
int y=13;
int temp=x>yx:y;
temp=temp>mtemp:m;
System.out.println (temp);
A. 1B. 12
C. 13
D. 11