摘要:
.1.编写一个简单程序,要求数组长度为5,静态赋值10,20,30,40,50,在控制台输出该数组的值。 package kl; public class suk { public static void main(String[] args) { // TODO Auto-generated me 阅读全文
摘要:
package kl; public class aac { public static void main(String[] args) { // TODO Auto-generated method stub int a=2; int b=3; int c; c=a; a=b; b=c; Sys 阅读全文