摘要:
package chap; import java.util.ArrayList; public class test { public static void main(String[] args) { // TODO Auto-generated method stub ArrayList<St 阅读全文
摘要:
1.编写一个随机生成 10个 0(包括) 到 100 之间的随机正整数。 package fffff; import java.util.Random; public class test { public static void main(String[] args) { Random r = n 阅读全文
摘要:
package ffff; import java.util.Scanner; public interface Shuiguo{ } class Apple implements Shuiguo { public Apple() { System.out.println("创建了一个苹果对象"); 阅读全文
摘要:
package ffff; public class ColaEmployee { String name; int month; public ColaEmployee() { super(); // TODO Auto-generated constructor stub } public Co 阅读全文