摘要: package pro3; public class Employe { public static void main(String args[]){ Employee e[]=new Employee[10]; e[0]=new Employee("10001","张三","男","19960920","人事部","20170902"); ... 阅读全文
posted @ 2017-09-25 12:43 煮咖啡的猪! 阅读(156) 评论(0) 推荐(0) 编辑
摘要: package pro3; public class Graphic02 { public static void main(String[] args) { ball ball01=new ball("red",3); ball ball02=new ball("blue",4); square square01=new square(... 阅读全文
posted @ 2017-09-25 12:43 煮咖啡的猪! 阅读(210) 评论(0) 推荐(0) 编辑
摘要: //随机生成1-100以内的数字 //用switcha56爆大奖在线娱乐加减乘除,随机产生1234来决定是什么运算. package pro2; import java.math.BigDecimal; import java.util.*; public class math { public static void main(String[] args) { System.ou... 阅读全文
posted @ 2017-09-25 12:42 煮咖啡的猪! 阅读(135) 评论(0) 推荐(0) 编辑
摘要: package pro2; public class Table { public static void main(String[] args) { table(); } public static void printTable(String s[][]){//二维数组的打印 for(int i=0;i<s.length;i++){ ... 阅读全文
posted @ 2017-09-25 12:41 煮咖啡的猪! 阅读(129) 评论(0) 推荐(0) 编辑
摘要: package pro2;import java.util.Scanner;public class Year01 { public static void main(String[] args) { Scanner sc=new Scanner(System.in); System.out.pri 阅读全文
posted @ 2017-09-25 12:39 煮咖啡的猪! 阅读(163) 评论(0) 推荐(0) 编辑
摘要: package pro2;import java.util.*;public class Random01 { public static void main(String[] args) { System.out.println("\n开始游戏:"); game(); System.out.pri 阅读全文
posted @ 2017-09-25 12:31 煮咖啡的猪! 阅读(152) 评论(0) 推荐(0) 编辑