40 Points The following BASIC code simulates the single-server queue with FIFO service. It generates the interarrival times and the service times for 100,000 customers; and it produces estimates of the server utilization, the fraction of customers who must wait in the queue, and the average waiting time. 100 110 […]