The Basic Calculator is a simple application that performs fundamental arithmetic operations such as addition, subtraction, multiplication, and division. The goal of this project is to practice core programming concepts like variables, user input,…
The Basic Calculator is a simple application that performs fundamental arithmetic operations such as addition, subtraction, multiplication, and division. The goal of this project is to practice core programming concepts like variables, user input, conditionals, and functions.
The calculator takes input from the user (either through the console or a graphical interface), processes the selected operation, and displays the result.
Features
Perform basic operations:
Addition (+)
Subtraction (−)
Multiplication (×)
Chat GPT will be used to detect errors