SCJP題庫第005題


10. int x = 0;
11. int y = 10;
12. do{
13.   y--;
14.   ++x;
15. }while(x < 5);
16. System.out.print(x + "," + y);
What is the result?
A. 5,6
B. 5,5
C. 6,5
D. 6,6

Ans:B

解說:無

Comments

Popular posts from this blog

Android+Google Map API v3 Geocoding(地址轉經緯度度