Yet another incorrect skeleton is (define (counterchange ) ...) This one is also illegal: the parameters in a function header must be variable names, not literals. DrRacket will give you an error message. (Try it.)
Yet another incorrect skeleton is (define (counterchange ) ...)This one is also illegal: the parameters in a function header must be variable names,not literals. DrRacket will give you an error message. (Try it.)