getCost function

double getCost()

Implementation

double getCost(){
  return price.getPrice();
}