The value of multiplier is also part of a larger expression later in the string. This expression
calculates the value of Double(multiplier) * 2.5 and inserts the result (7.5) into the string. In this
case, the expression is written as (Double(multiplier) * 2.5) when it is included inside the string
literal.