Question: Exercise 5: Create a List of Game Objects Define a class named Game with three public properties: Title of the game Genre of the game
Exercise 5: Create a List of Game Objects
Define a class named Game with three public properties:
- Title of the game
- Genre of the game
- Average rating
Then:
- In the Main method, create a list that holds at least 3 Game objects.
- Print the title and rating of each game in the list.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
