I) Create a program to get the hashmap from the given input string array where the
key for the hashmap
is first three letters of array element in uppercase and the value of hashmap is
the element itself
Input:{"goa", "kerala", "gujarat"} [string array]
Output:{{GOA, goa}, {KER, kerala},{GUJ, Gujarat}} [hashmap]
Answers
Answered by
2
Explanation:
wait for second I am solving questions
Similar questions