Discuss / Java / 交作业

交作业

Topic source

public Person(String name,int age){

        this.name=name;

        this.age=age;

    }


  • 1

Reply