C icon indicating copy to clipboard operation
C copied to clipboard

Create calculator with add and multiply functions

Open mengotdibran11-cyber opened this issue 3 months ago • 2 comments

Implement a calculator in C that can perform basic arithmetic functions: addition and multiplication. The calculator should accept two numbers as input and return the result for both operations.

Requirements:

  • Addition function: Takes two numbers, returns their sum.
  • Multiplication function: Takes two numbers, returns their product.
  • Input validation: Ensure only valid numbers are processed.
  • Provide example usage in code comments/documentation.

mengotdibran11-cyber avatar Oct 06 '25 20:10 mengotdibran11-cyber

👋 Thank you for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

github-actions[bot] avatar Oct 06 '25 20:10 github-actions[bot]

#1875

mengotdibran11-cyber avatar Oct 06 '25 20:10 mengotdibran11-cyber