<?php $a = [0.06,0.0025,0.0225,0.01]; $s = array_sum($a); echo $s . "\n"; echo number_format($s, 2, '.', '');
You have javascript disabled. You will not be able to edit any code.