sianpunky 0 Newbie Poster

Hello guys, need some help with my assignment. Currently i have already done with the Queue and random part but i'm not too sure how to carry on. Can anyone enlighten me. Thx.

Below is the scenario

Write an e-mail simulator that processes mail at an average of 40 messages
per minute. As messages are received, they are placed in a queue. For the
simulation, assume that the messages arrive at an average rate of 30
messages per minute. Remember, the messages must arrive randomly, so you
will need to use a random number generator to determine when messages are
received.
Each minute, you can dequeue up to 40 messages and send them. Assume
that 25% of the messages in the queue cannot be sent in any processing cycle.

Again, you will need to use a random number to determine whether a given
message can be sent. If it cannot be sent, put it back at the end of the queue
or enqueue it.
Run the simulator for 10 to 15 minutes, tracking the number of times each
message had to be requeued. At the end of the simulation, print the statistics
that show:
1. The total messages processed
2. The average arrival rate
3. The average number of messages sent per minute
4. The average number of messages in the queue in a minute
5. The number of messages sent on the first attempt, the number sent on
the second attempt, and so forth
The average number of times messages had to be

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.