Questions
Answer the following questions to test your knowledge of this chapter:
- Can you name the five types of statements we have already encountered?
 - Can you name the three types of statements we have not encountered yet?
 - Can you name the five parts of a function definition?
 - What is another name for a function declaration?
 - What is the difference between the function declaration and the function definition?
 - Is a return statement always required? If not, why not?