Write a method getExampleValue that, given a passed instance of an Example, returns that Examples value
property, which is an Int.
The Example class looks something like this:
For this problem we're expecting only a method.Don't define a class, include modifiers like static or public, add import statements, or add code outside the method declaration.