What is wrong with this code ? 10/13

what is the problem ??

HashMap<String, Integer> restaurantMenu = new HashMap<String, Integer>();

restaurantMenu.put ("Turkey Burger", 13) ;

Have a look at this lesson again

I don’t understand what’s my mistake …

The problem solved :slight_smile:
Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.