English: Make a program to read employee data (name, email, and salary) from a .csv file. Then, show, in alphabetical order, the email addresses of employees whose salaries are higher than a value provided by the user. Also, show the sum of the salaries of employees whose names start with the letter 'M'. See the example on the next page.

