Y
Size: a a a
Y
DE
Y
Y
Y
DE
Y
DE
Y
Y
DE
DE
DE
class Weather {
protected temperature = 0;
public function getTemperature() {
return this.temperature;
}
public function setTemperature(value) {
this.temperature = value;
return this;
}
}Y
МГ
МГ
МГ
DE