Show Proyecto
This commit is contained in:
@ -5,4 +5,9 @@ class Superficie
|
||||
{
|
||||
public float $sobre_nivel;
|
||||
public float $bajo_nivel;
|
||||
|
||||
public function total(): float
|
||||
{
|
||||
return $this->bajo_nivel + $this->sobre_nivel;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user