Hỏi & Đáp
StudentID
showStudentInfor()를 확인해보세요!! 강의대로 System.out.println(studentName + ", " + address); 이렇게 하셨으면 안나오는게 맞고 System.out.println(studentName + ", " + address + ", " + studentID); 이렇게 하셔야 나옵니다
- Lượt thích
- 0
- Số bình luận
- 1
- Lượt xem
- 572
Hỏi & Đáp
showStudentInfor()를 확인해보세요!! 강의대로 System.out.println(studentName + ", " + address); 이렇게 하셨으면 안나오는게 맞고 System.out.println(studentName + ", " + address + ", " + studentID); 이렇게 하셔야 나옵니다