Skip to content

contains calculator programs written in different languages 📠

Notifications You must be signed in to change notification settings

bitoverflow-in/calculator-all

Repository files navigation

Calculator-All

Write code in any language for a calculator that can perform the four basic mathematical operations. Commit and save your program file in the name of the programming language. If two participants submit code for the same language, the best among them will be accepted.

Requirements

  • Must accept two numbers (operands)
  • Supported operations
    • Addition
    • Subtraction
    • Division
    • Multiplication
  • Other features
    • Zero by Zero Error Handling
    • support for floating point numbers