Hi Guys, Need help with an Assignment.

I need to create a HashMap, then use it to be able to call methods.
For example:

//Maps Key words to responses
private HashMap<String, String>...