Question: Develop a C++ program that stores the following data about board games that someone might own: Board game name Minimum number of players Maximum number
Develop a C++ program that stores the following data about board games that someone might own:
Board game name
Minimum number of players
Maximum number of players
Minimum age to play
Estimated time to play
Their rating of the game from 1 to 10
The program must maintain an array of three structures for the board games
The program must ask the user to enter all data above for each board game
Once the user has entered all information, show all the information stored in the three structures, formatted in a table format
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
