184_notes:if

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revisionBoth sides next revision
184_notes:if [2022/05/06 22:03] – [Else Clauses] woodsna1184_notes:if [2022/05/07 01:21] woodsna1
Line 1: Line 1:
 ====== Coding: "If Statements" ====== ====== Coding: "If Statements" ======
 +==== Lecture Video ====
 +
 +{{youtube>JSWKkB14HDI?large}} 
 Sometimes, we only want the computer to execute code in specific cases. For instance, only divide if the denominator is nonzero. How can the computer decide if the denominator is nonzero? One way is by using an if statement: Sometimes, we only want the computer to execute code in specific cases. For instance, only divide if the denominator is nonzero. How can the computer decide if the denominator is nonzero? One way is by using an if statement:
 <code>  <code> 
  • 184_notes/if.txt
  • Last modified: 2022/05/07 01:21
  • by woodsna1