
Lesson 13A-3: Structured Variables
Recursion | 317
Name __________________________________________ Date _______________________
Section _________________________________________
Exercise 1: Write a recursive void function that prints out the values in an array with limit valid
elements. Write a driver that uses file recursive to test your function.
Exercise 2: Write a recursive value-returning function that returns the smallest value in an array
or limit valid elements. Write a driver that uses file recursive to test your function.
78828_CH13_ADaleLab 5/29/09 11:27 AM Page 317