09 2019 档案
摘要:Eagle.java OldEagle.java Tiger.java OldTiger.java Animal.java TestExtends.java
阅读全文
摘要:1 import java.util.Arrays; 2 3 public class copyArray { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 String[] p1= {"tony","100","90","90","85"}; 8 String[] p2= {
阅读全文
摘要:1 import java.util.Arrays; 2 import java.util.Random; 3 4 public class copyRandom { 5 public static void main(String[] args) { 6 int[] arr=new int[100]; 7 //设置随机的初始值 8 int r=new Random().nextInt(100);
阅读全文
摘要:import java.util.Arrays; //同学各科成绩为100,99,88,22,40,98,95 //求出该同学的 最高分最低分与平均分 public class copyScore { public static void main(String[] args) { //初始化各科的成绩 Integer[] scores=new In...
阅读全文

浙公网安备 33010602011771号