C Sharp (C#) - Properties and Encapsulation
You want to create a property
Score that only allows values between 0 and 100. Which is the best way to implement the set accessor?