Skip to content

This is a Multifunctional_Calculator programmed in C language. It provides 7 type of Functionalities.

Notifications You must be signed in to change notification settings

AsadullahAlMunib/Multifunctional_Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Multifunctional_Calculator

This is a Multifunctional_Calculator programmed in C language.

It provides the following functionalities:

1. Basic Calculator: Perform basic arithmetic operations like addition, subtraction, multiplication, and division.

2. Triangle Math: Calculate the area and perimeter of a triangle.

3. Square Math: Calculate the area and perimeter of a square.

4. Circle Math: Calculate the area and circumference of a circle.

5. Temperature Converter: Convert between Celsius, Fahrenheit, and Kelvin scales.

6. Fibonacci Series: Generate Fibonacci series up to a specified number of terms.

7. Factorial Number: Calculate the factorial of a given number.

This calculator is developed using such a C compiler that supports the <conio.h> header file.

IMG_20240413_191853

Therefore, if you want to use it, you need to use A compiler that supports the <conio.h> Header File.

Note: If you don't have the <conio.h> Header File, you can use the 2nd Program: 2_Multifunctional_Calculator

Releases

No releases published

Packages

No packages published

Languages