angelaxx55332 angelaxx55332 29-02-2024 Computers and Technology contestada letterToNum: This method returns a map from every lowercase letter to the number corresponding to its ordering in the alphabet, where 'a' corresponds to 1 and 'z' corresponds to 26.public static Map letterToNum() { return null;