What will the following code output?

student_name = "Matthew"

print(student_name[-2])

The code will output "e".