CS257 POP QUIZ NUMBER ONE name:________________ SPRING 1999 CIRT userid:_________ What do each of the following return (ie how does Scheme respond when you type each of these at its prompt)? (or 3 99) (and 3 99) Rewrite the following to remove the AND and the OR, and instead use COND and/or IF. (define lady? (lambda (x) (and (not (once? x)) (or (twice? x) (three-times? x)))))