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