Skip to content

goldstac/C-Addition-Calculator-Program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

C Addition Calculator

A simple C program that takes two numbers as input and prints their sum.

Features

  • Takes two integer inputs from the user
  • Calculates the sum
  • Prints the result to the console

How to Run

  1. Clone the repository or download the source code.
  2. Open a terminal and navigate to the folder containing the code.
  3. Compile the program using gcc:
gcc calculator.c -o calculator

About

A simple C program that takes two numbers as input and prints their sum.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages