|
I am getting the required result for the following code. But still I have been given wrong. what went wrong?
|
|
We were asked to write a procedure that prints the numbers from n to 1 followed by the word "Blastoff!". You have written a procedure that prints the numbers and returns the word "Blastoff!". If it's called as the object of a print command, the output will look similar on the screen. But it's really not the same thing at all. |
|
You returned "Blastoff!" instead of printing it. The countdown function should print everything without the use of a print statement to call it. ex:
|