Search

You can find the results of your search below.

lab8 @courses:cs101-2021-5657:labs
11 Hits, Last modified:
level)) ; A toast is a ; (make-toast string number[0 to 10]) ; where a toast’s kind can be any str... consumes a **''list-of-toast''** and produces the number of **''toast''**s in the list with the **''kind''... ignature/purpose/header: <code>; list-of-toast -> number ; counts the number of toasts in the list with the kind "white" (define (count-white lot) ...) </code> Be
style
5 Hits, Last modified:
crete, consider this example: <code scheme> ; Number Number -> Posn ; create a Posn located at random points in [0,width) x [0,height) (define (creat... nfirms the purpose statement: <code scheme> ; Number Number Posn -> Boolean ; property tester (define (in-range? width height p) (and (<= 0 (
assign4 @courses:cs101-2021-5657:assigns
3 Hits, Last modified:
rs. * The permutations of a list containing one number is a list containing that list of one number. \\ Things get more interesting for larger lists: * The pe... (list '(2 3) '(3 2)) * next, insert the first number, 1, in front of, in between, and following the n
assign2 @courses:cs101-2021-5657:assigns
2 Hits, Last modified:
continuing forever. The state of this world was a number, representing the cat's x-coordinate in the empty... the keyboard). The state of this world was also a number, but this time it represented the value of the ha
week5
1 Hits, Last modified:
present the state of the world with just a single number * this big-bang program uses a structure to