股票有如下的功能。()
A.积聚资本功能
B.资本转让功能
C.资本转化功能
D.股票定价功能
参考答案:A, B, C, D
6 24 10 20 14 16________ 12( )
A.14
B.16
C.10
D.18
若下列程序运行时输出结果为 1,A,10.1 2,B,3.5 请将程序补充完整。 #include<iostream> using namespace std; void test(int a,char b,double c) cout<<a<<’,’<<b<<’,’<<c<<end1; int main() void test(int,char,double ______); test(1,’A’,10. 1); test(2,’B’); return 0;