上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 65 下一页
摘要: 阅读全文
posted @ 2023-03-14 22:13 胖豆芽 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 1.全选代码 2.点击Format 阅读全文
posted @ 2023-03-14 22:03 胖豆芽 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 有人指点的package com.fqs.demo1; import java.util.Scanner; public class StudentTest { public static void main(String[]args) { //1.定义数组arr Student []arr=new 阅读全文
posted @ 2023-03-13 23:31 胖豆芽 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 自己写的 package com.fqs.demo1; import java.util.Scanner; public class StudentTest { public static void main(String[]args) { //1.定义数组arr Student []arr=new 阅读全文
posted @ 2023-03-11 22:54 胖豆芽 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 类 package com.fqs.demo1; public class Student { private String id; private String name; private int age; //无参数 public Student(){ } //全部参数 public Stude 阅读全文
posted @ 2023-03-10 23:21 胖豆芽 阅读(12) 评论(0) 推荐(0) 编辑
摘要: 自己练习package com.fqs.demo1; import java.util.Scanner; public class CarTest2 { public static void main(String[]args) { //1.定义一个数组arr存放3个车 Car []arr=new 阅读全文
posted @ 2023-03-08 22:52 胖豆芽 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 类 package com.fqs.demo1; public class Car { private String brand; private Double price; private String color; //没有参数 public Car(){ } //全部参数 public Car 阅读全文
posted @ 2023-03-08 22:18 胖豆芽 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1.汽车类 package com.fqs.demo1; public class Car { private String brand; private Double price; private String color; //没有参数 public Car(){ } //全部参数 public 阅读全文
posted @ 2023-03-07 22:42 胖豆芽 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 类 package com.fqs.demo1; public class Car { private String pinpai; private Double price; private String color; public Car() { } public Car(String pinp 阅读全文
posted @ 2023-02-27 22:42 胖豆芽 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 类 package com.fqs.demo1; public class Shop { private String id; private String name; private double price; private int kucun; //空参 public Shop() { } / 阅读全文
posted @ 2023-02-27 21:59 胖豆芽 阅读(20) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 65 下一页