You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
محاسبه نرخ تورم یک کالا
`
<?php
//قیمت قبلی
$Ghadim = 1000;
//قیمت جدید
$Jadid = 10000;
echo (($Jadid - $Ghadim) / $Ghadim) * 100,'%';
?>`
خروجی : 900%