Website Link : https://sonu786786.github.io/Faulty-Calculator/
This faulty calculator does following:
-
It takes two numbers as input from the user
-
It perfoms wrong operations as follows:
"+" ---> "-"
"*" ---> "+"
"-" ---> "/"
"/" ---> "**" (exponent)
It performs wrong operation only 10% of the times