单选题:Which is the value of `temp` after the code’s execution? ( )
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
```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