TEAM LICENSES: Save money and learn new skills through a Hacking with Swift+ team license >>

Checkpoint 1: Is my logic correct?

Forums > 100 Days of SwiftUI

Hey, i have just started learning SwiftUI with you, and im wondering if from beginning i didn't made really big logical mistakes in here?

var greeting = "Hello, lets convert Celsius to Fahrenheit:"

let celsius = 23.0
let fahrenheit = celsius*9.0/5.0+32.0

print(greeting)

print("Your room temperature is \(celsius) \("°C")")
print("Your room temperature is \(fahrenheit) \("°F")")

   

@gorzkijay is running a temperature.

i'm wondering if from beginning i didn't I made really big logical mistakes

Try these two test cases with your code.

(1) Set the celsius value to zero degrees. We know the answer for fahrenheit should be about 32 degrees. (Water freezes.) (2) Set the celsius value to 100 degrees. We're pretty sure that water boils around 212 degrees fahrenheit, depending on your altitude above (or below) sea level.

If these test cases succeed, then WELL DONE.

Keep Coding!

+25 points to Ravenclaw for finding and using the degree character!

1      

Hacking with Swift is sponsored by Superwall.

SPONSORED Superwall lets you build & test paywalls without shipping updates. Run experiments, offer sales, segment users, update locked features and more at the click of button. Best part? It's FREE for up to 250 conversions / mo and the Superwall team builds out 100% custom paywalls – free of charge.

Learn More

Sponsor Hacking with Swift and reach the world's largest Swift community!

Reply to this topic…

You need to create an account or log in to reply.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.