Buat Objek HashMap dengan Kunci Integer dan Nilai String

HashMap<String, Integer> numbers = new HashMap<>();
Astra Lee