This has a bug… can you spot it?

let temperature = 29
let converted = (temperature * 9 / 5) + 32
print("Celsius: \(temperature)")
print("Fahrenheit: \(converted)")

I thought the compiler might warn when losing precision like this, but I guess not!

Day 2 in the books! #100DaysOfSwiftUI

Chasen @chasen