在链路层实现互联的设备是( )
A.路由器
B.网桥
C.中继器
D.交换机
参考答案:B
简述跨国公司转移定价的作用。
设有如下程序: public class Sun public static void main(String args[ ]) int x, y; x-4; y=0; if(Math.pow(x,2)==16) y=x; if(Math.pow(x,2)<15) y=1/x; if(Math.pow(x,2)>15) y=(int)Math.pow(x,2)+1; System.out.println(y); 程序的运行结果是( )。
A.4
B.17
C.18
D.0.25