Objects of the Calculator class require no additional information when created. Define an object named calc, of type Calculator.
LANGUAGE: C++
CHALLENGE:
Objects of the Calculator class require no additional information when created. Define an object named calc, of type Calculator.
SOLUTION:
Calculator calc;