public class Celebrity { // Java private String firstName; private String lastName; private int age; public Celebrity(String firstName, ...
確定! 回上一頁