JAVA選擇題

1.下面哪些不是java的簡單數據類型? A. short B. Boolean C. Double D. float 2.代碼以下: 1. public class WhileExm { 2. public static void main (String []args) { 3. int x= 1, y = 6; 4. while (y--) {x--;} 5. system.out.prin
相關文章
相關標籤/搜索