You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculator is a electronic device which is used to solve mathematices which are faced by us in our daily life. Most of the calculator perform arithematic operations like addition, substraction, multiplication, and division. This project focus on numbers and arithematic operations which is build in C Programming language. I have added some other operations like Factorial, Fibonacci, Square, Square Root, Cube and Cube root.
The end result of the calculator is its ability to process number and operators, and provides a useful results. For example, the Addition function returns the sum of 2 numbers.
Develpoed this project in C programming langguage for LTTS Training project.
Badges
Folder Structure
Folder
Description
0_Certificates
1_Requirements
Detailed Documentation of project
2_Design
Contains the Design of the code
3_Implementation
Source code
4_Test_plan
Test plans and procedures
4_Images
Contains the Outputs of the Program
About
This project focus on numbers and arithmetic operations which is build in C Programming language. I have added some other operations like Factorial, Fibonacci, Square, Square Root, Cube and Cube root.