An car factory has a station that paints car parts. Write code that simulates the following single queue, single server queuing model for the factory's paint station where each part leaves the system as soon as the station is done painting it.
Once done with the simulation, your code must print the correct values of the following performance measures.
Average length of the queue
Average wait times
Outputs needed: