The new teller could not ______ how to use her calculator until the boss explained.
A:amount to
B:figure out
C:add up to
D:consult from
第1题:
在VBScript语言中,循环语句Do while|Do until的差别是( )。
A.While和Until的差别在于,While是在条件表达式为True时,循环才会进行;而 Until则刚好相反
B.While和Until的差别在于,Until是在条件表达式为True时,循环才会进行;而 While则刚好相反
C.While和Until的差别在于,While多执行循环一次
D.While和Until的差别在于,Until多执行循环一次
第2题:
第3题:
第4题:
It was _____ last year ______ he came to realize the importance of learning English.
A、until ; before
B、that ; until
C、until ; that
D、before ; until
第5题:
第6题:
3、在本节中,测试类里创建了Boss类的对象boss,使用该对象调用do()方法正确的是()。
A.boss.do(new WebEmployee());
B.boss.do(new TelEmployee());
C.boss.do(new ProEmployee());
D.以上都对