Answered step by step
Verified Expert Solution
Question
1 Approved Answer
In C++. Title: Bowling Alley Simplified Planner Description: Our project is the user interface for a bowling alley manager to enter/delete/modify who is bowling on
In C++. Title: Bowling Alley Simplified Planner Description: Our project is the user interface for a bowling alley manager to enter/delete/modify who is bowling on which lane at which hour and what type of bowling (open bowling, birthday party, tournament, etc.) is occuring. The program will include multiple options to easily view the upcoming bowling times (view by specific bowler's name, type of bowling, the individual bowling lane, a given time, etc.). Data Structures: Linked Lists will be used for holding what happens each day. Each of the linked lists (DayInfo) will contain a multidimensional array of 8 then 8 which serves to hold the data for each lane and the information of who is playing on each hour - assuming the bowling alley is open for 8 hours - (LaneClass LaneInfo[8][8];). Each LaneClass will contain a linked list of everyone who is playing, an int value of how many people are playing, and a string value for what type of bowling is happening
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