From d4624ca4d07bed579e203f2f72f8c85513d3ae32 Mon Sep 17 00:00:00 2001 From: bikashydv Date: Sun, 9 Oct 2022 09:30:04 +0545 Subject: [PATCH] created calculator in 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 00000000..93a07cf1 --- /dev/null +++ b/PHP/calculator.php @@ -0,0 +1,87 @@ + + + + + + + + + + + + Calculator + + + + + + + + + + + +
+
+

Simple Calculator

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