【简答题】写出下列程序的运行结果: public class X3_3_2 { public static void main(String[] args) { int i=5, j=2; while(j
【简答题】写出下列程序的运行结果: public class X3_3_5 { public static void main(String[] args) { int i=8, j=2; while(j< --i) for(int k=0; k<4; k++) j++; System.out.print(j); } }
【简答题】写出下列程序的运行结果: public class X3_3_7 { public static void main(String[] args) { for(int i=1; i<=10; i++){ if(i<=5) continue; System.out.print(i + " " ); } } }
【简答题】从原子结构的特点解释: (1) 氮的第一标准电离势比在它前面的碳和在它后面的氧都要大; (2) 钾的第二标准电离势为第一标准电离势的 7.3 倍,而钙的第二标准电离势却只有第一标准电离势的 1.9 倍; (3) 氯和锰同为第 VII 族元素 ,它们的最高化合价相同 ,但金属性却不同。