下列代码执行的结果中m和n的值分别为( )。


int m = 50, n=160; int tmp =m; m=n; n=tmp
单选题 (2.5 分) 2.5分
A.
50/160

B.
50/50

C.
160/50

D.
160/160
出自:国家开放大学JAVA语言程序设计