Option Explicit - Northern Kentucky University

' Initialize system status indicators. currentTime = 0. nBusy = 0. nInQueue = 0. timeofLastEvent = 0 ' Initialize statistical variables. nServed = 0. nLost = 0. sumOfQueueTimes = 0. maxTimeInQueue = 0. totalTimeInQueue = 0. maxNInQueue = 0. totalTimeBusy = 0 ' Redimension the queueTimeArray array to have one element (the 0 element, ................
................