第28658题 单选题
执行以下C++代码片段后,变量res的最终值为?
int m = 10;
float n = 3.5f;
int res = m * n + 2;
A

37

B

35

C

32

D

37.0

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析