Question: Using C#, create a searchable database for a video game store. The user can search by either the name of the game or the publisher.
Using C#, create a searchable database for a video game store. The user can search by either the name of the game or the publisher. If a game is found, then the program will display information about the game. If a game is not found, then it will display an error message.

GameBreak GameBreak call of duty Search warframe Search Name Publisher: Price Call of Duty: Black Ops III Activision $60.00 Name Publisher Price Game Not Found Game Not Found Game Not Found Methods SearchForGame ) searches for a game by name or publisher, returns the index of the game or -1 if not found. ShowGameInfo () takes the index of a game. If the index is valid, displays the game's information. If the index is invalid, displays error messages. Game _name: String - _publisher: String _price: float + Game(name: String, publisher: String, price: float) + GetName() : String + GetPublisher(): String + GetPrice float
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
