The goal for this exercise is to write a Calculator that has the following functionalities (that need to be inplemented in the associated methods):

The calculator should also preform some logic calculations:

Laslty, the calculator should also be able to do calculations for the whole part also known as the integer part of a given double. These methods are named the same as the previous one with the addition of the wordt ‘Int’ at the end of the method name. This should be implemented for the following functionalies: addition, subtraction, mulitplication, division and power. We expect integer outputs for all these methods.

No main() method is needed for this exercise!

Calculator joke

Adapted from Calculator - CafePress1