摘要: public class Employee{ String name; int age; String designation; double salary; // Employee 类的构造器 public Employee(Str... 阅读全文
posted @ 2018-07-24 14:01 luoganttcc 阅读(92) 评论(0) 推荐(0)
摘要: 链接 阅读全文
posted @ 2018-07-24 13:17 luoganttcc 阅读(123) 评论(0) 推荐(0)
摘要: public class BubbleSort{ public static void main(String[] args){ int a[] = {1, 23, 45, 6, 0, 99, 100, 89, 34, 56}; ... 阅读全文
posted @ 2018-07-24 12:03 luoganttcc 阅读(62) 评论(0) 推荐(0)