please implement an interactive dictionary. our dictionary takes input from users and use the input as search key to look up value(s) associated with the key. 1. this assignment does not require following any given skeleton code. 2. we are required to use enum and guava multimap in our implementation. 3. the guava multimap dictionary must get its data from the enum objects.