April 22, 2019 at 00:23 Submit a java program that utilizes Hash Maps. Write three functions for your program. Pass a String to the first function to Add a Color to the Hashmap Pass the Key to the second function to check if a certain Key is present in the Hashmap. Your function should output whether the key is present or not. Pass a Color String to the third function to check if a certain Color
OR
OR