From d31f1310985736131452f9feb8535a09c518f1b9 Mon Sep 17 00:00:00 2001 From: robi maulana Date: Thu, 13 Oct 2022 09:19:06 +0700 Subject: [PATCH] first commit calculator.php --- PHP/calculator.php | 87 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 87 insertions(+) create mode 100644 PHP/calculator.php diff --git a/PHP/calculator.php b/PHP/calculator.php new file mode 100644 index 0000000..93a07cf --- /dev/null +++ b/PHP/calculator.php @@ -0,0 +1,87 @@ + + + + + + + + + + + + Calculator + + + + + + + + + + + +
+
+

Simple Calculator

+
+First Number: +
+Second Number: +
+ + + + +
+
Result:
+
+
+ +