Skip to content

Commit

Permalink
Sync "Exercise: Basic arithmetic" slide with exercise in curriculum
Browse files Browse the repository at this point in the history
  • Loading branch information
k4y3ff committed Feb 7, 2015
1 parent 91af1f0 commit 3557a9e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions slides/module1.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,17 +211,15 @@ <h3 class="slide-title slide">Exercise: Basic
<li>Lastly, ask two people near you for their height in centimeters. Find the average of your heights.</li>

<li>
<p>Bonus: convert that average back to feet and
<p>Bonus: Convert that average back to feet and
inches.</p>

<p>This will be two separate numbers of whole feet
and decimal inches.</p>
<p>The feet and the inches will be separate numbers.</p>

<p><code>(quot x y)</code> will give you the whole
part of the quotient when dividing two numbers.</p>

<p><code>(mod x y)</code> will give you the remainder
when dividing two numbers.</p>
<p><code>(mod x y)</code> will give you the remainder when dividing two numbers.</p>
</li>
</ul>
</section>
Expand Down

0 comments on commit 3557a9e

Please sign in to comment.