0.000 0035用科学记数法可表示为[ ]
A.3.5×10﹣6
B.3.5×10﹣5
C.35×10﹣5
D.35×10﹣6
答案:A
Not until he called the secretary three times _________ that the manager went to an important meeting.
A.did he tell
B.he told
C.was he told
D.he was told
阅读卜列代码 public class Test2005 public static voidmain(Stringargs[]) String s="Test"; switch(s) case"Java":System.out.print("Java"); break; case"Language":System.out.print("Language"); break; case"Test":System.out.print("Test"); break; 其运行结果是( )。
A.Java
B.Language
C.Test
D.编译时出错