张迪d

导航

2019年11月13日 #

第十次作业

摘要: 题目1: 编写一个应用程序,模拟中介和购房者完成房屋购买过程。 interface Business{ double RATIO = 0.022; double TAX = 0.03; void buying(double price); } class Buyer implements Busin 阅读全文

posted @ 2019-11-13 15:27 张迪d 阅读(157) 评论(0) 推荐(0) 编辑