Good stuff! We can define computed properties that process information before they return something.
Psst: Double(width)
converts width
into a double value, which is then multiplied by 0.5625
and converted back in to an integer value.
Not quite! We can define computed properties that process information before they return something.