C Sharp (C#) - Collections
Given a dictionary
scores with student names as keys and their scores as values, which code snippet safely retrieves the score for "John" without causing an error if the key is missing?