what is the problem ??
HashMap<String, Integer> restaurantMenu = new HashMap<String, Integer>();
restaurantMenu.put ("Turkey Burger", 13) ;
what is the problem ??
HashMap<String, Integer> restaurantMenu = new HashMap<String, Integer>();
restaurantMenu.put ("Turkey Burger", 13) ;
I don’t understand what’s my mistake …
The problem solved
Thanks
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.