摘要:
package cola; public class colaEmployee { String name; int month; public colaEmployee() { } public colaEmployee(String name, int month) { super(); thi 阅读全文
摘要:
1. package sj;import java.util.*;public class zy { public static void main(String[] args) { int a[] = new int[10]; int sum = 0, max = 0, min = 1000; S 阅读全文
摘要:
1. package week; import java.util.Scanner; public class zy { public static void main(String[] args) { // TODO Auto-generated method stub int[] num = n 阅读全文