Q&A
StudentID
showStudentInfor()를 확인해보세요!! 강의대로 System.out.println(studentName + ", " + address); 이렇게 하셨으면 안나오는게 맞고 System.out.println(studentName + ", " + address + ", " + studentID); 이렇게 하셔야 나옵니다
- Likes
- 0
- Comments
- 1
- Viewcount
- 572
Q&A
showStudentInfor()를 확인해보세요!! 강의대로 System.out.println(studentName + ", " + address); 이렇게 하셨으면 안나오는게 맞고 System.out.println(studentName + ", " + address + ", " + studentID); 이렇게 하셔야 나옵니다