In this project, you will use classes, methods, and objects to create a simple arithmetic calculator. The calculator will be able to:
Add two integers Subtract two integers Multiply two integers Divide two integers Apply the modulo operator on two integers