Closed wakaidev closed 5 years ago
Added question and answers about taking two Doubles and multiplying them. Added alternate answer to question regarding squaring an Int func multiply(_ a: Double, _ b: Double) -> Double { return a*b }
func multiply(_ a: Double, _ b: Double) -> Double { return a*b }
Sorry it's taken such a long time to merge this – thank you!
Added question and answers about taking two Doubles and multiplying them. Added alternate answer to question regarding squaring an Int
func multiply(_ a: Double, _ b: Double) -> Double { return a*b }