选出对下列多义词释义有误的一项是 [ ]
若
①山有小口,仿佛若有光(好像)
②若舍郑以为东道主(如果)
③余悲之,且曰:若毒之乎(假如 )
③
鸡的体温为()℃
A、37-38
B、41-42
C、43-44
D、45-46
下面程序段的输出结果是 public class Test public static void main(String args[])int x,y;x=(int)Math.sqrt(5)/2+(int)Math.random()*5/2;y=(int)Math.sqrt(3)/2+(iht)Math.random()*3/2;if(x>y)System.out.println("x>y");else if (x==y)System.out.println("x=y");elseSystem.out.println("x<y");
A.x>y
B.x=y
C.x<y
D.编译错误