皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【单选题】
()的优点:企业IT部门锻炼了一支队伍。
A.
自行开发
B.
委托开发
C.
联合开发
D.
二次开发
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下面的C#代码实现一个索引器: class TestIndex { public int[] Elements=new int[100]; public int Elements[int index] { get { retrun Elements[index]; } set { Elements[index]=value; } } } class Class1 { static void Mai...
A.
输出: 0 1 4 9 16
B.
代码“ public int Elements[int index] ”不正确
C.
代码“ Console.WriteLine(ti[cnt].ToStirng)); ”不正确
D.
输出: 1 4 9 16 25
【单选题】int value1 = Console.Read(); Console.WriteLine(value1); 执行上述语句段时,如果在控制台输入:abc,则输出结果是:
A.
abc
B.
a
C.
97
D.
程序编译出错
【单选题】下面程序运行的结果是() class A { public string[] list = new string[10]; public int this[int index] { get { return Convert.ToInt32(list[index]); } set { list[index] = value.ToString(); } } public Hashtable list1...
A.
张三 20
B.
10 20
C.
10 张三
D.
20 10
【简答题】A.He won't proofread the lab report until later. B.He's not qualified to proofread the woman's report. C.He thinks the woman should have asked him earlier. D.He'll be able to talk to the woman in a fe...
【单选题】某企业年初借得50 000元贷款,10年期,年利率12%,每年年末等额偿还。已知年金现值系数(P/A,12%,10)=5.6502,则每年应付金额为( )元。
A.
8 849
B.
5 000
C.
6 000
D.
2 825
【单选题】某企业年初借得 50 000 元贷款, 10 年期,年利率 12% ,每年末等额偿还。已知年金现值系数( P / A,12%,10 )= 5.6502 ,则每年应付金额为( )元。
A.
8 849
B.
5 000
C.
6 000
D.
28 251
【单选题】某企业年初借得50 000元贷款,10年期,年复利率12%,每年末等额偿还。则每年应付金额为()元。
A.
8 849
B.
5 000
C.
6 000
D.
28 251
【判断题】在租车时,你取车发现雨刷坏了,可以这样对工作人员说:“These wipers don’t work.”。( )
A.
正确
B.
错误
【单选题】阅读下面的程序,写出程序输出结果(属性应用) namespace MyClassLib { public class Class1{ private int a=0; private int b=0; public Class1(int pa, int pb){ a = pa;b = pb; } public int A{ set{ if (value > 10) a = value;} get{...
A.
6,-4, 20,10
B.
5,5, 15,15
C.
3,-2, 30,0
D.
10,0, 30,0
【判断题】美国通用汽车的创始人为威廉·杜兰特 。
A.
正确
B.
错误
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题