08 2020 档案

摘要:class AbstarctClass { public static void main(String[]args) { // TODO: 用抽象类给一个有工资收入和稿费收入的小伙伴算税: Income[] incomes = new Income[] {new SalaryIncome(7500 阅读全文
posted @ 2020-08-05 10:53 七只蚂蚁 阅读(846) 评论(0) 推荐(0)
摘要:import java.util.Arrays; public class Main { public static void main(String[] args) { int[] ns = { 28, 12, 89, 73, 65, 18, 96, 50, 8, 36 }; // 排序前: Sy 阅读全文
posted @ 2020-08-01 15:16 七只蚂蚁 阅读(1502) 评论(0) 推荐(0)