At this point, we can remove the old FP code. Let's call the rectangle's getArea() method so we can store the result in a variable.
getArea()
Make sure to pick rect followed by . and then getArea, (, ).
rect
.
getArea
(
)