【判断题】顶级域名中CN代表中国,GOV代表科研机构。
【单选题】–Do you like ______ film Kung Fu Panda? –Oh, It’s ______ interesting movie.
【单选题】The film Kung Fu Panda ______ is ______ the evening. [ ]
【单选题】What is the output of the following switch statement? char ch = 'a'; switch (ch) { case 'a': case 'A': System.out.print(ch); break; case 'b': case 'B': System.out.print(ch); break; case 'c': case 'C':...