Search

You can find the results of your search below.

05 @courses:cs101-2022b:assignments
11 Hits, Last modified:
rs">Part 1: Identifying characters</h2> <p>Let’s find the names of all the characters in the play. Foll... ript, the names of characters are in ALL CAPS. To find which of the words in <code>split-text</code> are... pan class="keyword">fun</span> <span class="name">find-characters</span>(words :: List&lt;String&gt;) -&... ... <span class="keyword">end</span> </pre> <p>to find the unique character names in an input list, usin
06 @courses:cs101-2022b:assignments
3 Hits, Last modified:
hout malaria.</li> </ul> </div> <p>Notice that to find these three thresholds, you’ll be repeating the s... ode class="keyword">fun</code> <code class="name">find-separator</code>(col :: String, t :: Table) -&gt;... keyword">end</code> </pre> <p>If you write <code>find-separator</code>, you don’t need to give test cas
04 @courses:cs101-2022b:labs
3 Hits, Last modified:
ther isn’t valid or isn’t useful, and you need to find ways to effectively sort through such cases so th... stion 1.1</code> to make it easy for the coach to find your answer.</p> <p><strong>Question 1.1</strong... strong>Task</strong>: Use this helper function to find the percentage of survey responders who are stude
02 @courses:cs101-2022b:assignments
2 Hits, Last modified:
s a particular hobby?</p></li> <li><p>Now we can find out if someone lives in the area, but Winifred kn... rely optional and will not be graded, but you may find it rewarding to try!</strong></p> <p>When we use
03 @courses:cs101-2022b:assignments
1 Hits, Last modified:
provides for working with strings. How could you find just the hours in the string? Just the minutes?</
03 @courses:cs101-2022b:labs
1 Hits, Last modified:
a table.</p> <p>If your filter is correct, you’ll find a table with 37 chocolate candies in it.</p> <h3
06 @courses:cs101-2022b:labs
1 Hits, Last modified:
Your function should call <code>num-max</code> to find the maximum of two numbers.</p> <h2 id="exercis