From 08dc058cfe1184281fef89c0c484b9e8a6b7a6b7 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Wed, 13 Sep 2023 19:08:54 +0530 Subject: Lab04: HTML Form Validation + Factorial --- Lab04/fact/index.html | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 Lab04/fact/index.html (limited to 'Lab04/fact/index.html') diff --git a/Lab04/fact/index.html b/Lab04/fact/index.html new file mode 100644 index 0000000..a6f7456 --- /dev/null +++ b/Lab04/fact/index.html @@ -0,0 +1,33 @@ + + + + + + + Factorial Calculator + + +

Factorial

+

Factorial is a mathematical operation that involves the multiplication of a positive integer with all the smaller positive integers leading up to it.
It is denoted by the symbol "!" following a number.
For instance, the factorial of 5 (written as 5!) equals the product of 5 × 4 × 3 × 2 × 1, resulting in 120.

+
+ + +
+ +

+ + + -- cgit v1.2.3