Search

You can find the results of your search below.

top
7 Hits, Last modified:
ester with important course information, so check here regularly. // ===== Contact Information ===== ... uld any other designated Quantitative Course. So here's some advice: Keep up with the reading and assig... rstanding of the ideas presented in this course, there will be weekly labs, regular homework assignments... can expect an assignment each week (except when there's an exam). Assignments and due dates will be li
lab4
6 Hits, Last modified:
orted directly from Google Forms submissions, so there exists data that either isn’t valid or isn’t usef... y of the spreadsheet is yours to tweak manually. There are some values that Pyret will not allow you to ... "hljs-comment"># Put the ssid of your spreadsheet here</span> data-sheet = <span class="hljs-built_in">l... t cell, it&#39;s best to remove it. However, if there is a clear way clean up the data, you can edit th
asmt2
6 Hits, Last modified:
es for each function you implement using a <code>where</code> block. Here is a sample:</li> </ul> <pre><code>fun <span class="hljs-keyword">add</span><span cl... </span> n + <span class="hljs-number">1</span> where: <span class="hljs-keyword">add</span><span cla... uidelines</a>. </li> <li>Do not put your name anywhere in any file.</li> </ul> <h3 id="handin">Handin</h
lab1
3 Hits, Last modified:
y. If you have trouble, raise your hand -- we're here to help! ===== Opening CPO ===== * Use your... ons window// (right). The definitions window is where you'll provide Pyret the program you want it to r... xpressions, or both. The interactions window is where the results of running your program are displayed and where you can experiment. * In the interactions wind
asmt1
2 Hits, Last modified:
* Your friendly coaches and instructors are also here to help with this assignment one-on-one, in perso... latest/color.html#%28part._s~3acolor-constants%29|here]]. For this assignment, we won't be grading on s
lab7
2 Hits, Last modified:
t"></td> </tr> </tbody> </table> <p>and branches. Here are two pipelines with branches: </p> <table> <th... js-keyword">end</span> <span class="hljs-symbol">where:</span> pipeline-<span class="hljs-function"><... faucets are open.</p> <p>To help you get started, here&#39;s our solution. Copy/paste it into your &#39;... hljs-keyword">is</span>-water-running(pl2) end where: <span class="hljs-keyword">is</span>-water-ru
asmt3
1 Hits, Last modified:
able and returns the number of hours of sunlight there are on that day.</p> <p><strong>Task</strong>: Bu
lab2
1 Hits, Last modified:
"Good night" end </code> Write down an example where the code does not return what you think it should... | | Tropical depression | $ \leq $ 38 | Here's some sample desired behavior of the ''saffir-si
lab3.html
1 Hits, Last modified:
hat produces a table containing only the candies where <code>sugar-percent &gt; 0.75</code>. To do this... 75%. Be sure to test your function with a <code>where</code> block. For example, if you pass in the ro... hat produces a table containing only the candies where <code>price-percent</code> is greater than 90%. ... ure to test your predicate function with a <code>where</code> block. If you got your filter correct, yo
lab6
1 Hits, Last modified:
=> 1 | link(f, r) => f * my-product(r) end where: my-product(empty) is ... my-product([list: 2... the function is called. If ''lst'' is ''empty'', there are no values for ''f'' and ''r'', so you can lea... empty => ... | link(f, r) => ... end where: sum-of-cubes(empty) is 0 sum-of-cubes([list:... s in list lst 'glued' together``` ... where: list-to-string(empty) is "" list-to-string([
week5
1 Hits, Last modified:
share=1yfp1-6cClELcAkfxSxPIDDDfcu6pV5zP&v=1904b2c|here]] \\ \\ * **Problem 1** (15 points) Pyret ... ints) Incomplete function: missing examples in ''where:'' clause. * fill in missing examples--eno... ssing body. * this time you are given the where" clause for a function, but the rest of the funct... oints) fill in the expected return values in the where clause of the function * b. (3 points) writ