This is a simple calculator application built using C++ as part of the CodSoft Internship Program.
- Organization: CodSoft
- Duration: 15th June β 15th July 2025
- Task Completed: 3 out of 5
- Performs basic arithmetic operations: Addition, Subtraction, Multiplication, Division
- Menu-driven interface using switch-case
- Console-based interactive UI
- Input validation and clean output formatting
/Cpp Calculator/
β Contains the.cpp
file and code logic
Enter two numbers: 10 5 Choose operation: + Result: 15