CSC220 Lab Number 6
Due: 11:59PM, Tuesday, October 20

In this lab, we will develop a program for simulating traffic at a traffic light. The problem statement is as follows:

Cars The three queues of traffic.

The simulation should be conducted as follows:

Your task is to write a program that receives input from the user about how the simulation is done and compute the maximum size and the average size of queue during the simulation.

A sample program is here.