How long did he spend on his way to the place for his performance?
A. One hour. B. Two hours.
C. four hours and three quarters. D. One hour and a quarter.
第1题:
下列语句中错误的是
A.String S[]={"how","are"};
B.byte b=255;
C.String s="one"+"two";
D.int i=2+2000;
第2题:
以下对枚举类型名的定义中正确的是______。
A.enum a={one, two,three};
B.enum a{one=9,two=1,three};
C.enum a={"one","two","three"};
D.enum a{"one", "two","three"};
第3题:
You are signing on a deck officer,who will be designated as one of the GMDSS operators,before sailing foreign.Which statement is TRUE ________.
A.He/she must have an STCW certificate endorsed as“Valid for Service on Vessels Operating in the GMDSS System”
B.He/she must present either an FCC-issued license or a Coast Guard-issued license
C.You must consult the“List of Qualifications”on the reverse of his/her FCC-issued license
D.His/her Merchant Mariners Document must have an added endorsement as “Radio Electronics Officer”
第4题:
以下对枚举类型名的定义中正确的是______。
A.enum a={one,two,three};
B.enum a{one=9,two=-1,three};
C.enum a={"one","two","three"};
D.enum a{"one","two","three"};
第5题:
以下对枚举类型名的定义中正确的是 ( )
A.enuma={one,two,three};
B.enuma{one=9,two=-1,three};
C.enum a={"one" "two","three"};
D.enum a{"one","two","three"};
第6题: