CS211 Lab 11
Due Friday, November 17
Recursion is not used as heavily in C++ as in certain other languages, such as Lisp or Haskell. Still, it is used from time to time, and will help to better understand how functions work. For this lab, practice recursion by finishing the four functions in lab11start.cpp.
Here's what my solution prints out:
sum = 4500
Phrase, capitalized: GERBILS DO NOT NORMALLY SHOUT IN THE MIDDLE OF THE NIGHT
Array: 100 200 300 400 500 600 700 800 900
Array backwards: 900 800 700 600 500 400 300 200 100