Hello. Please answer the following question in
Scheme. Not Python, not any form of C, but
in the language Scheme. If you do not know
Scheme, please do not answer the question. I've
had to upload it multiple times now. Thank you.
1.2 Write a function called countdown that takes a
positive integer and uses a do expression to display a sequence of
numbers counting down to 1, each on its own line, then displaying
the string "Blastoff!".
> (countdown...