#lang racket (require htdp/testing) ;; this file: hw3pr2.rkt ;; name(s): ; Test! ; - Use the check-expect tests provided ; - Add one of your own for each function: ; problem 1 (define (gcd a b) 42) ; problem 2 (define (most-multiples L) 42) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; The unit-calculator application - in Racket ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;------------------------------------------------------- ;; Provided functions - for comparing and sorting symbols ;; ;; comparing symbols alphabetically requires conv. to strings (define (symstring sym1) (symbol->string sym2))) ;; a function for sorting lists of symbols: sortsym (define (sortsym L) (sort L sym