What will the following code output?

student_name = "Matthew"

print(student_name[4])

Group of answer choices

h

w

a

t

None of the above.

The code will output the letter "e".