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

单选题:Which is the value of `temp` after the code’s execution? ( )

Luz5年前 (2021-05-10)题库1488
Which is the value of `temp` after the code’s execution? ( ) @[B](2)
```Java
long temp = (int)3.9;
temp %= 2;
```

A. 0
B. 1
C. 2
D. 3




A.0
B.1
C.2
D.3


答案:B