# Control Flow ### Comparison and Relational Operators Change all 3 expressions so that they all evaluate to true! <iframe height="600px" width="100%" src="https://repl.it/@guilleeh3/Comparison-and-Relational-Operator?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> ### Assignment vs. Equality Assign the variable 'assignMe' to a string. <iframe height="600px" width="100%" src="https://repl.it/@guilleeh3/Assignment-vs-Equality?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> ### Logical Operators Use logical operators to make the iAmTruth variable true! <iframe height="600px" width="100%" src="https://repl.it/@guilleeh3/Logical-Operators?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe> ### Conditionals Change the value of the iCanCondition or the conditional statement to get the iCanRun value equal to true. <iframe height="600px" width="100%" src="https://repl.it/@guilleeh3/Conditionals?lite=true" scrolling="no" frameborder="no" allowtransparency="true" allowfullscreen="true" sandbox="allow-forms allow-pointer-lock allow-popups allow-same-origin allow-scripts allow-modals"></iframe>