intx=1,y=6;while(y--){x++;}System.out.println(x=”+x+y=”+y);Whatistheresult?()

题目内容(请给出正确答案)
intx=1,y=6;while(y--){x++;}System.out.println(x=”+x+y=”+y);Whatistheresult?()

A.x=6y=0

B.x=7y=0

C.x=6y=-1

D.x=7y=-1

E.Compilationfails.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。