“数/重量”:300袋/15000公斤。
参考答案:对
对外贸易中商品进出口及其从属活动所使用的外汇是指( )。
A.自由外汇B.贸易外汇C.记账外汇D.即期外汇
下面程序的输出为( )。 public class Test public static void main (String args[]) int x,y; x=1; y=2; System.out.println("The output is"+x+y);
A.The output is xy
B.The output is 3
C.The output is 12
D.The output is x=1 y=2