3. create a mock object for the following interface public interface game { public int getusedgamecost(int originalprice); } in addition, make the mock object return the stub value 10 for every call to getusedgamecost() with any int