DEV Community

Tomopteris
Tomopteris

Posted on

Lesson 11 Discussion

  1. Conditionals are important because you can execute certain outcomes with variable information. If you receive a value, you can make a code that will act upon it, with these >=< modifiers.
  2. Let desiredTemp = 80 if desiredTemp < 80 { “Now warming.”} if desiredTemp > 80 {“Now cooling.” if desiredTemp <= {“Desired temperature Achieved.”

Top comments (0)