Konu
PHP Dizi Elemanlarını Toplama
14-06-2022, 15:16:29
#3
zihniates
$a = 3456;
$b = 3455;
$c = $b - $a;
sprintf ("%.2f", $c/100.0);