摘要: package Scanner; import java.util.Scanner; public class max { public static void main(String [] args){ int[] arr=new int[3]; Scanner sc=new Scanner(Sy 阅读全文
posted @ 2020-05-27 17:34 huxiaojie 阅读(107) 评论(0) 推荐(0)
摘要: 1.手机类的实现 package Phone; public class Demo_phone { public static void main(String[] args){ Phone phone=new Phone(); phone.brand="huawei mate30"; phone. 阅读全文
posted @ 2020-05-27 15:12 huxiaojie 阅读(95) 评论(0) 推荐(0)