Writing your own function
Name:
________________________________
Date: _________________________________________
Exercises from Chapter 6
1. Complete Exercise 3. Bee Scout: ______________
(Submit via Blackboard)
Concept Questions (Short Answer)
2. A benefit of using built-in functions is that a built-in function
can be used to provide information about properties of objects. List
three properties of an object that can be determined using built-in
functions.
3. Why is a function required to have a return statement whereas a
method doesn't have a return statement?
4. (a) List four different types of functions.
(b) What determines the type of a function?