new BlackOlive(), new GreenOlive(),
new BlackOlive()
}); // add five more olives
/* Run the machine and fill up our bucket; */
Oil bucket = press.crush();
/* Total amount of how much Olive Oil we have; */
System.out.println( "You have " + bucket.get_amount() + " units of oil." );
}