Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi can this be programmed in C (not C++) Overall description: Your team is employed for the implementation of a parking management software for a
Hi can this be programmed in C (not C++)
Overall description: Your team is employed for the implementation of a parking management software for a three- level parking facility. Customer specifications: There are 3 levels in the parking facility, where each level can be represented by an 8x20 rectangular grid of car slots. There are two entrances and two exits located at opposite sides of the ground level. When a car enters, its registration is recorded and a specific car slot is allocated. This allocation is determined automatically in random, for the level the customer prefers. Charges are calculated according to the hours of stay and paid at the exit desk. The system can also provide the facility to have regular customers, where their accounts accumulate the charges, so that they can pay when they are asked to, or have pre-paid parking time. o The system should allow the following users to operate it: A manager who can set/change the charge tables, create/amend regular customer accounts (which should include names, addresses and car registration numbers) and also credit the existing accounts of the registered customers. An entrance desk operator to record the information of either a registered regular customer or a casual customer (via the car plate number). Also, the allocation of a car slot should be provided by this subsystem. An exit desk operator who can free a previously allocated car slot, charge the leaving customer accordingly and record exit times. o o Overall description: Your team is employed for the implementation of a parking management software for a three- level parking facility. Customer specifications: There are 3 levels in the parking facility, where each level can be represented by an 8x20 rectangular grid of car slots. There are two entrances and two exits located at opposite sides of the ground level. When a car enters, its registration is recorded and a specific car slot is allocated. This allocation is determined automatically in random, for the level the customer prefers. Charges are calculated according to the hours of stay and paid at the exit desk. The system can also provide the facility to have regular customers, where their accounts accumulate the charges, so that they can pay when they are asked to, or have pre-paid parking time. o The system should allow the following users to operate it: A manager who can set/change the charge tables, create/amend regular customer accounts (which should include names, addresses and car registration numbers) and also credit the existing accounts of the registered customers. An entrance desk operator to record the information of either a registered regular customer or a casual customer (via the car plate number). Also, the allocation of a car slot should be provided by this subsystem. An exit desk operator who can free a previously allocated car slot, charge the leaving customer accordingly and record exit times. o oStep 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