Advertisement
systemxr00t

Untitled

Mar 19th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.08 KB | None | 0 0
  1. <?php
  2.     define ("PI",3.14);
  3.     $luas = 5 * 5 * PI;
  4.     echo "Luas = $luas";
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement