Answer: B
Reason: round(_:) Rounds the value to an integral value using the specified rounding rule. ceil(_:) Rounds any number with a decimal value up to the next larger whole number. floor(_:) Rounds any number with a decimal value down to the next smaller whole number. Int: Converts a Double to an Int, dropping any decimal value.