网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
下列输出字符,A,的方法中,( )是错误的。
A.cout <<put ('A');
B.cout<<'A';
C.cort. put ('A');
D.char A='A';cout<<A;
参考答案
更多 “ 下列输出字符,A,的方法中,( )是错误的。A.cout <<put ('A');B.cout<<'A';C.cort. put ('A');D.char A='A';cout<<A; ” 相关考题
考题
请看以下存储过程beginbegin语句1exceptionwhen othersdbms_output.put_line('错误1');end;begin语句2dbms_output.putline('错误2');end;exceptionwhen others thendbms_output.put_line("错误3");end;请问,当语句1,语句2出错时,该存储过程输出字符串分别是什么?
考题
下面程序的输出结果是()。includeusing namespace std;void main(){char cl='a',c2='c
下面程序的输出结果是( )。 #include<iostream> using namespace std; void main() { char cl='a',c2='c'; cout.put('a').put('c').put('\n'); cout.put(c1).put(c2); }A.ac a cB.ac acC.a c ac cD.a c
考题
下面的代码用于输出字符数组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); }
考题
下列输出字符 d 的方法中, ()是错误的。A.cout<<put('d');B.cout<<'d';C.cout.put('d');D.char a='d'; cout<<a;
热门标签
最新试卷