Skip to content

sonu786786/Faulty-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Faulty_Calculator

Website Link : https://sonu786786.github.io/Faulty-Calculator/

This faulty calculator does following:

  1. It takes two numbers as input from the user

  2. It perfoms wrong operations as follows:

    "+" ---> "-"

    "*" ---> "+"

    "-" ---> "/"

    "/" ---> "**" (exponent)

It performs wrong operation only 10% of the times