I’ve build a droid. All that’s missing were the instructions on how to create the robots and what they’ll do. Then I've defined the state and behavior of the droids using instance fields and methods.
In this project, I've used 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,