Example #1
0
 public static function main()
 {
     $calculator = new self();
     echo $calculator->calculDivers(5, 10);
 }