help!!!!!!!!!!
R3.5) Your add() method should recognize if the array will become full when the transaction is added. If so it should throw out the oldest transaction and add the new one. In other works the transaction history only maintains the most recent transactions. The maximum number of transactions at any time can therefore only be as much as CAPACITY.