Question
In C# build a simple game store app that enables the user to add games they want to sell to a list, and enable the
In C# build a simple game store app that enables the user to add games they want to sell to a list,
and enable the user to search for existing games and return all games found or an appropriate message if the item searched doesn't match any of the items in the list. If no exact match is found but a string matching the input string is returned, return that with an appropriate message noting that the game wasn't found but the following matching the input string is found. Also, the game store app should enable the user to display a list of all games already added to the list, or an appropriate message that no items exist on the list and prompt the user to add items or exit the app then delete an item from the list.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started