Write a method getExampleValue that, given a passed instance of an Example, returns that Examples value property, which is an Int.
getExampleValue
Example
value
Int
The Example class looks something like this:
For this problem we're expecting only a method.
Stuck? You may find these lessons helpful: