下列语句序列执行后,k的值是()。intm=3,n=6,k=0;while((m++)(--n))++k;

下列语句序列执行后,k的值是()。intm=3,n=6,k=0;while((m )(--n)) k;

A.0

B.1

C.2

D.3

正确答案:1

猜你喜欢