C Sharp (C#) - Properties and Encapsulation
You want to create a computed property
IsAdult in a Person class that returns true if Age is 18 or more, otherwise false. Which code correctly implements this?