This project is a basic calculator which takes 2 integers as intput from the user, to then output the beforehand selected type of operation (multiplication, division... etc) of the 2 inputted numbers in the console.
- Calculates the result of the desired operation of two integers.
- Displays intelligible formatted output.
- Download the code
- Import the code in your IDE and run the program or copy paste the code and run via console.
If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your fork.
- Submit a pull request.