diff --git a/Calculators/Probability-Calculator/Readme.md b/Calculators/Probability-Calculator/Readme.md new file mode 100644 index 000000000..12fda2083 --- /dev/null +++ b/Calculators/Probability-Calculator/Readme.md @@ -0,0 +1,16 @@ +#

Probability Calculator

+ +## Description :- + +Calculates the Probability of different events based on user input. + +## Tech Stacks :- + +- HTML +- CSS +- JavaScript + +## Screenshots :- + +![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/a5f8aa5e-0775-46f9-9f26-69bb8c734c18) +![image](https://github.com/Rakesh9100/CalcDiverse/assets/73993775/d769fcc3-4abd-43f2-8d5e-65d05b0f8fdd) diff --git a/Calculators/Probability-Calculator/index.html b/Calculators/Probability-Calculator/index.html new file mode 100644 index 000000000..cdd60b7eb --- /dev/null +++ b/Calculators/Probability-Calculator/index.html @@ -0,0 +1,147 @@ + + + + + + + Probability Calculator + + + +
+

Probability Calculator

+ + + + +
+
+ + + + diff --git a/index.html b/index.html index 04c91cbb7..cbc4907d1 100644 --- a/index.html +++ b/index.html @@ -1751,6 +1751,20 @@

Calculates number of vowels and consonants in a given paragraph.

+
+
+

Probability Calculator

+

Calculates the Probability of different events.

+ +
+