/operations-on-list-of-names

1) Sort all names in lexicographical order 2) Calculate the alphabetic sum for each name - the sum of the serial numbers of letters (MAY: 13 + 1 + 25 = 39) 3) Multiply the alphabetical sum of each name by the serial number of the name in the sorted list (indexing starts from 1). 4) Summarize the works of paragraph 3 for all names in the file

Primary LanguageHTML

No issues in this repository yet.