imsushant12 / Calculator-in-C-

Menu Driven Program that performs all calculations of computer.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator-in-C-

A calculator is basically an electronic device that can perform all of our basic to advance mathematical operations. In this calculator we have all the minor and major operations under a menu driven program.

Approach-

The approach is very simple, we will make functions for each and every operation and then will call them under respective switch case.

About

Menu Driven Program that performs all calculations of computer.

License:MIT License


Languages

Language:C++ 100.0%