PROJECT TITLE: boundedBuffer
PURPOSE OF PROJECT: 
Illustrate the concurrent interaction of a consumer and two producer
threads communicating through a shared bounded buffer. 

The size of the buffer can be determined upon the invocation of method go()

VERSION or DATE: 18.01.02

HOW TO START THIS PROJECT:
Create an object of type ProducreConsumerInteraction and start its go() method.
This method takes two positive integer areguments:
    The first determines the size of the buffer, while
    the second determines the maximal number of production cycles per 
    Producer thread .        

AUTHOR: Bernd J. Krmer
