题目内容

根据民事法律制度的规定,下列情形属于代理的有( )。

A. 甲请乙帮忙,对某位专家的发言进行录音
B. 甲请乙去云南采购普洱茶,乙表明代理身份,并签订采购合同
C. 甲律师接受委托担任被告乙的诉讼代理人
D. 甲作为辅导员,向某学生传达了学校的处分决定

查看答案
更多问题

What is the value of (double)(5/2)?

A. 2.0
B. 2
C. 3.0
D. 2.5

If you attempt to add an int, a byte, a long, and a float, the result will be a __________ value.

A. long
B. int
C. float
D. double

To assign a double variable d to an int variable x, you write

A. x = d;
B. x = (float)d;
C. x = (int)d;
D. x = (long)d

The expression (int)(76.0252175 * 100) / 100 evaluates to _________.

A. 76.0252175
B. 76.02
C. 76
D. 76.03

答案查题题库