twostraws / Unwrap

Learn Swift interactively on your iPhone.
https://www.hackingwithswift.com
Other
2.3k stars 312 forks source link

Added freecoding challenge question #143

Closed wakaidev closed 5 years ago

wakaidev commented 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 }

twostraws commented 5 years ago

Sorry it's taken such a long time to merge this – thank you!