msintangible/devopsprojectms
Auf GitHub ansehenAs a developer, I want to implement core calculator operations so that basic arithmetic functionality is supported.
Open
#25 geöffnet am 28. Dez. 2025
High priorityenhancementgood first issue
Repository-Metriken
- Stars
- (0 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
Implement the core calculator operations including addition, subtraction, multiplication, and division to ensure the application provides essential functionality. DoD:
All four calculator operations are implemented
Operations return correct results for valid inputs
Code builds successfully
Manual testing confirms correct behaviour