From: bochard Date: Mon, 14 Apr 2025 11:42:39 +0000 (+0800) Subject: first commit X-Git-Url: https://git.bochard.net/?a=commitdiff_plain;h=1fedb4e34a479ef32bda3c24d1a29a5815ab6b85;p=circle.git first commit --- 1fedb4e34a479ef32bda3c24d1a29a5815ab6b85 diff --git a/calculate.php b/calculate.php new file mode 100644 index 0000000..e8cd506 --- /dev/null +++ b/calculate.php @@ -0,0 +1,11 @@ +If radius of the circle is {$radius}
"; + echo "   Its circumference would be: {$circumference}cm
"; + echo "   Its area would be: {$area}cm2
"; + echo "   Its volume would be: {$volume}cm3"; +?> \ No newline at end of file diff --git a/index.php b/index.php new file mode 100644 index 0000000..3122a91 --- /dev/null +++ b/index.php @@ -0,0 +1,17 @@ + + + + + + circle + + +

find the circumference, area, and volume of a circle base on its radius.

+
+ + + +
+ + + \ No newline at end of file