created a simple arithmetic calculator with using Javascript, methods, and objects
In this project, I used classes, methods, and objects to create a simple arithmetic calculator that will be able to:
- Add two integers
- Subtract two integers
- Multiply two integers
- Divide two integers
- Apply the modulo operator on two integers
