All the roommates welcome Mary's suggestion that they ( ) only English in their dormitory. A、must speakB、would speakC、should speakD、had better speak

All the roommates welcome Mary's suggestion that they ( ) only English in their dormitory.

A、must speak

B、would speak

C、should speak

D、had better speak


相关考题:

在J2ee中,myWebApp目录是一个Web应用程序根目录,当在浏览器中输入http://localhost:8080/myWebApp/时,会自动打开该目录下的start.jsp文件。为了达到这个要求,需要在web.xml中添加如下代码()。 A.welcome-filestart.jsp/welcome-fileB.welcome-file-liststart.jsp/welcome-file-listC.welcome-listwelcome-filestart.jsp/welcome-file/welcome-listD.welcome-file-listwelcome-filestart.jsp/welcome-file/welcome-file-list

在j2ee中,mywebapp目录是一个web应用程序根目录,当在浏览器中输入http://localhost:8080/mywebapp/时,会自动打开该目录下的start.jsp文家。为了达到这个要求,需要在web.xml中添加如下代码() A.welcome-filestart.jsp/welcome.-fileB.welcome-file-liststart.jsp/welcome.-file-listC.welcome-filewelcome-filestart.jsp/welcome-file/welcome.-fileD.welcome-file-listwelcome-filestart.jsp/welcome.-file/welcome-file-list

Mary’s________(marry) will take place at 12 o'clock today.

下列代码的执行结果是( )。 public class Test{ public static void main String args[]){ String s1=new String("welcome"); String s2=new String("welcome"); System.out.println(s1==s2); System.out.println(s1.equals(s2)); } }A.false,falseB.false,trueC.true,trueD.true,false

设有如下函数定义,则输出结果为______。 char*fun (char*str) {char*p=str; while(*p) { if(*p>'d') continue; p++; } return p; } main() { printf("%s\n",fun("welcome!")); }A.welcome!B.come!C.wD.程序陷入死循环中

AclienthastheneedtorebootoneoftheirVirtualIOServers.Whatcommand(s)wouldberuntolisttheclientsthataredependantonVirtualIOServerdiskandnetworkresources?() A.lsmap-all-netB.lsclient-disk-netC.lsdev-virtual-clientD.lsmap-all;lsmap-net

_____loves them dearly.She spares no money and makes great efforts to have them well educated.A.Mary’s and Kate’s motherB.Mother of Mary’s and Kate’sC.Mary and Kate’s motherD.Mother of Mary and Kate’s

Joe’s handwriting is________Mary’s.A.more betterB.as well asC.much better thanD.more better than

已知s="Welcome",则s[4:]的值是________。A.omeB.comeC.WelcD.co

18、下面代码的结果是什么? s ="\t\tWelcome\n" print(s.strip())A.\t\twelcome\nB.\t\tWelcome\nC.\t\tWELCOME\nD.Welcome