Files
lpmj6/3/11.php
T
RobinNixon 0335342e00 First Draft
First Draft of the Example Files
2020-12-10 13:21:38 +00:00

6 lines
83 B
PHP

<?php
$pi = "3.1415927";
$radius = 5;
echo $pi * ($radius * $radius);
?>