网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Any suggestions for the project?()
A. I need your advice on it.
B. I advise you to put more hands in this project.
C. Thanks for your suggestions.
参考答案
更多 “ Any suggestions for the project?()A. I need your advice on it.B. I advise you to put more hands in this project.C. Thanks for your suggestions. ” 相关考题
考题
You can stay here tonight.We can ( )you ______in the spare room.
A.put...upB.put...awayC.put...downD.put...off
考题
You needn't go back to London tonight.We can( )you______for the night.
A.put...awayB.put ...upC.put...offD.put...down
考题
( ) – Is Miss White __________ English teacher, Maria?– No, she teaches __________ geography.A.your;myB.you;mineC.you;usD.your;us
考题
下面的代码用于输出字符数组ch中每个字符出现的次数,应该填入的代码是()public static void main(String[] args) { char[] ch = { 'a', 'c', 'a', 'b', 'c', 'b' }; HashMap map = new HashMap(); for (int i = 0; i < ch.length; i++) { < 填入代码 > } System.out.println(map); }A.if (map.contains(ch[i])) { map.put(ch[i], map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }B.if (map.contains(ch[i])) { map.put(ch[i], (Integer) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }C.if (map.containsKey(ch[i])) { map.put(ch[i], (int) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }D.if (map.containsKey(ch[i])) { map.put(ch[i], (Integer) map.get(ch[i]) + 1); } else { map.put(ch[i], 1); }
热门标签
最新试卷