python4geeks / Hactoberfest2022

This repository is to allow Hactoberfest 2022 participants to make PR's. This repository aims to help beginners 🤔 with their first successful Pull Request and Open Source Contribution
16 stars 103 forks source link

C++ program for a calculator #134

Closed DebapriyaJha closed 1 year ago

DebapriyaJha commented 1 year ago
  1. Click on the run button
  2. Put the input in the input box
  3. Enter the arithmetic operator (i.e.: either +, -, * or /) then, enter two operands on which need to perform the calculation
  4. Click on the enter button
  5. Then output will appear.
DebapriyaJha commented 1 year ago

I have created a simple calculator using C++ language Please merge my code.