C Sharp (C#) - Properties and Encapsulation
You want to create a property
Score that only accepts values between 0 and 100 inclusive. If the value is outside this range, it should throw an ArgumentOutOfRangeException. Which of these implementations correctly applies this validation?