-->
当前位置:首页 > 题库

单选题:设有定义:

Luz5年前 (2021-05-10)题库1022
设有定义:

int x;

double y=15.8;

执行表达式

x=(int)(y/3+0.5)+(int)y%3之后,

x的值等于()。

答案:A