TheAjayEffect
❔ HI i need some help create this function
The method should select a product from the products list and return a copy of that product to the caller.
i. Note that the price of the returned product should be changed to zero (otherwise the caller can check the price).
ii. The method should also save the picked product in the private variable _selectedProduct so the class can check validate the user guesses in the CheckGuess method.
11 replies