GO FURTHER, FASTER: Try the Swift Career Accelerator today! >>

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 Essential Developer.

SPONSORED Transform your career with the iOS Lead Essentials. Unlock over 40 hours of expert training, mentorship, and community support to secure your place among the best devs. Click for early access to this limited offer and a FREE crash course.

Click to save your free spot now

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

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

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.