Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1003 Bytes

File metadata and controls

14 lines (11 loc) · 1003 Bytes

Simple Calculator

About:

  • A console-based calculator written in C.
  • Performs basic arithmetic operations: addition, subtraction, multiplication, and division.

Features:

  • Input Validation: Ensure that the user inputs valid numbers and operations.
  • Operation Selection: Allow the user to select the desired arithmetic operation.
  • Error Handling: Handle cases where the user inputs invalid data or attempts to divide by zero.
  • Exit Option: Provide an option to exit the calculator.

Skills:

C Programming CLion Git Windows Powershell