This project is a simple command-line calculator, developed in Python (or specify your chosen language: Java/C), that performs basic arithmetic operations. It fulfills the requirements for Assignment 04 of the Computer Science Fundamentals & Career Pathways (ETCCCP105) course.
The goal of this assignment was to demonstrate practical experience using the essential tools of modern software development: Visual Studio Code (VS Code) for coding , Git for version control , and GitHub for repository hosting.
The current version of the calculator supports the four fundamental arithmetic operations:
- Addition (
A) - Subtraction (
B) - Multiplication (
C) - Division (
D) - Basic error handling for invalid operation choices.
Follow these steps to set up and run the calculator application locally.
- Python 3.x installed on your system.
- Git installed on your system.
Open your terminal or command prompt and run the following command to download the code:
git clone [YOUR_GITHUB_REPO_LINK]
cd [YOUR_REPO_NAME]