<?php $a = '36'; $b = '-35.99'; $a *= 100; $b *= 100; echo (($a + $b)/100),"\n";
You have javascript disabled. You will not be able to edit any code.