3년전에 작성한 글입니다. 자바 10주차 실습입니다. mport java.util.*; class Student { int id; String tel; public Student(int id, String tel) { this.id = id; this.tel = tel; } } public class HashMapStudentEx { public static void main(String[] args) { HashMap
#
과제
#
자바