Search

You can find the results of your search below.

06
18 Hits, Last modified:
<span class="name">product</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</span>: <span class="string">&quot;Return the product of the numbers in list lst&quot;</span> <span class="keyword"... n class="name">sum-of-cubes</span>(lst :: List&lt;Number&gt;) -&gt; Number: <span class="keyword">doc</s
02
12 Hits, Last modified:
/span> <span class="name">grade</span>(percent :: Number) -&gt; String: <span class="keyword">doc</span>... class="name">saffir-simpson</span>(wind-speed :: Number) -&gt; String: ... <span class="keyword">end</s... > <span class="name">at-vassar</span>(latitude :: Number, longitude :: Number) -&gt; Boolean: ... <span class="keyword">end</span> </code></pre> <p>It should r
01
5 Hits, Last modified:
ted and – unsurprisingly – the result is also the number 1!</p></li> <li><p>Let’s be slightly more daring!... ead start!</p> <p>The lines below that start with number signs (<code>#</code>) are not evaluated by the c... erent types of data expressions # # Exercise 1: Numbers # # The following expression adds numbers: (40 + 1) + 1 # TASK: Try adding expressions that subtract,
04
3 Hits, Last modified:
we all know and love – <code>String</code>, <code>Number</code>, etc. – we need to use the <code>sanitize<... e errors due to values that can’t be converted to numbers. To fix these sanitizer errors, you’ll have to e... cent-true</span>(t :: Table, col :: String) -&gt; Number: <span class="keyword">doc</span>: <span class=
03
2 Hits, Last modified:
they compiled a data set with</p> <ul> <li><code>Number</code> attributes like the winning percentage, re... ession (in the definitions pane) that outputs the number of chocolate candies.</p> <p><strong>Hint</strong
07
2 Hits, Last modified:
hich takes a <code>Pipeline</code> and counts the number of faucets it contains.</p> <p>To do this,</p> <... hich takes a <code>Pipeline</code> and counts the number of <em>open</em> (that is, running) faucets.</p>