Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <?php
  2.  
  3. echo ((( 100 - 5) * 0.01) * 14400);
  4. echo ceil(0.01*95*14400);
  5. echo ceil((string)(0.01*95*14400));
  6.  
  7. echo ceil((( 100 - 5) * 0.01) * 14400);
  8. echo ceil((95*14400)*0.01);
  9. echo ceil(95*14400*0.01);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement