问题:
A . Int foo = (int) Math.max(bar);
B . Int foo = (int) Math.min(bar);
C . Int foo = (int) Math.abs(bar);
D . Int foo = (int) Math.ceil(bar);
E . Int foo = (int) Math.floor(bar);
F . Int foo = (int) Math.round(bar);
● 参考解析
本题暂无解析
相关内容
相关标签