8.30 lab: calculator class given main(), complete the calculator class (in files calculator.h and calculator.cpp) that emulates basic functions of a calculator: add, subtract, multiple, divide, and clear. the class has one private data member called value for the calculator's current value. implement the following constructor and public member functions as listed below: