Example #1
0
 public double visit(Chocolate chocolate)
 {
     return(chocolate.getPrice() + chocolate.getPrice() * 0.30);
 }