raggio=$raggio; } public function Circonferenza() { return 3.141593*2*$this->raggio; } public function Area() { return 3.141593*$this->raggio*$this->raggio; } } $rm=100;//raggio massimo $st=5;// step raggio echo"
Cerchio | Raggio | Circonferenza | Area |
$k | $r | $cir | $a |