Answered step by step
Verified Expert Solution
Question
1 Approved Answer
write a program in c plus plus (c++), for the second level of the program, the program should print statements for customers of the council's
write a program in c plus plus (c++), for the second level of the program, the program should print statements for customers of the council's parking lot, interactive input should include entry time and exit time from the lot and the output should consist of a customer statement. NB: use functions when developing the code. kindly write the program as simple as possible such that a beginner in c++ can understand.
QUESTION 2 Councils on the Copperbelt have established parking lots where customers are charged K1000.00 each time people park vehicles in town center. There is no half charge. Thus if someone has used the lot for less or more than an hour, the charge would still be the same, K 1000.00. You are required to develop a solution and write a program to assist the attendant. The input consists of a starting and ending time. Output should be a statement to the customer indicating the input information, the total amount due, a heading, and a closing message. Sample output for the data. First-level development for this problem should be module specifications for the three main modules, a structure chart for the parking lot program and Pseudocode for the same. [10 Marks] The second-level: Here you are required to write a program that should print statements for customers of the Council's parking lot. Interactive input should include entry time and exit time from the lot. Output should consist of a customer statement, placing emphasis on using functions when developing the program. [15 Marks]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