Assume you have the Rectangle class with width and height properties. The properties types are Int.
Implement a function that receives a Rectangle object and prints the product of the multiplication of two properties. Name the function printArea.