You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You can execute code only when a condition is true using <c>if</c>. You can execute one block of code when a condition is true (using <c>if</c>) or false (using <c>else</c>). You can even speicfy more than two outcomes as shown in the code below.</p>
369
374
<exerciselabel="fsc_fitb_return_temp_first_line">
370
375
<statement>
371
376
<p>What is the first thing (first line of text) that will be printed when the code below runs? <var/> </p>
0 commit comments