Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 530 Bytes

readme.md

File metadata and controls

16 lines (12 loc) · 530 Bytes

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