This project represents a calculator developed as a practical exercise as part of the Software Engineering and Web Design of Tor Vergata course held in 2022. The main objective was the application of software design and development concepts in a real-world context.
The calculator supports the following operations
- Addition
- Subtraction
- Multiplication
- Division
To run the project, you must have
- Git installed on the machine
- A development environment with support for Java (version 8 or higher)
-
Clone the repository on your computer:
git clone https://github.com/StitchMl/Calcolatrice.git
-
Access the project directory:
cd Calculator -
Compile and run the code using your preferred development environment (e.g. IntelliJ IDEA, Eclipse, or via terminal with the
javaccommand).
Project realised by Matteo La Gioia and developed as a practical exercise during the Software Engineering and Web Design course at Tor Vergata in 2023.