PrabalDas / calculator-all

contains calculator programs written in different languages :fax:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

contains calculator programs written in different languages :fax:


Languages

Language:C++ 48.1%Language:Python 33.9%Language:C 18.0%