单选题int x=0;  int y 10;  do {  y--;  ++x;  } while (x < 5);  System.out.print(x + “,“ + y);  What is the result?()A5,6B5,5C6,5D6,6

题目
单选题
int x=0;  int y 10;  do {  y--;  ++x;  } while (x < 5);  System.out.print(x + “,“ + y);  What is the result?()
A

 5,6

B

 5,5

C

 6,5

D

 6,6


相似考题