In this program, you'll see how to call functions. Functions are chunks of code with a name, and "calling" a function means to call on the function to do a task for you.
(Do not re-type this program. Simply download a copy of the file by right-clicking and choosing "Save link as..." from the context menu. Save it into your normal code folder.)
1. Butterfly 2. Elephant 3. Teddy Bear 4. Snake Which animal to draw? 1
if
statement for choice 1 so that it calls the 'butterfly' function twice instead of just once.
What happens now when you run the program and choose option 1?
(Answer in a comment right underneath where you added the extra function call.)
©2013–2015 Graham Mitchell
This assignment is licensed under a
Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.