Respuesta :

Alright -

So, we're going to create an object of type Calculator, with no additional information (which would be passed in the form of parameters). 

We would do this by saying: 

Calculator calc;

Hopefully, this helps you! =)