摘要:
1. package zxcv; public class ColaEmployee { protected String name; protected int month; public ColaEmployee() { super(); } public ColaEmployee(String 阅读全文
摘要:
1. package Class; public class Class1 { public static void main(String[] args) { // TODO Auto-generated method stub Point p1 = new Point(1,2); p1.move 阅读全文
摘要:
1. package test; import java.util.Scanner; public class test { public static void main(String[] args) { int x[]={7,4,8,1,9}; jc(x); for (int i : x) { 阅读全文
摘要:
1、编写一个简单程序,要求数组长度为5,分别赋值10,20,30,40,50,在控制台输出该数组的值。(知识点:数组定义和创建、一维数组初始化)[必做题]? package zxcvbnm; public class asdfghjkl { /** * @param args */ public s 阅读全文