liljarres7897 liljarres7897 30-11-2022 Mathematics contestada 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