public override double getProduction() { //add code to compute production return(weathersimulation.Sunshine() * 10); }
public override double getProduction() { return(weathersimulation.Sunshine()); }