Question: Lab Tutorial 5 Write a C++ program to allow user to add a set of records for computer games. Define appropriate struct data types to
Lab Tutorial 5 Write a C++ program to allow user to add a set of records for computer games. Define appropriate struct data types to hold the game information. For example: Game Name: Need for Speed 2 Game Type: Racing Released Date: 12/10/1997 Platform: Window Price:10.00 Store all the game details into an array. You may use some enumerated data types to define certain game fields such as game type could have "Racing", "Arcade", "Action", "RPG" and etc. Produce a menu based system to test your program. Sample Output 1) Add New Game 2) Print All Gam 3) Search Game 4) Exit Enter your option
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
