Programming - Ch 8 Exercise Solutions
Modified January 17, 2010.
- Exercises 2 and 3:
Print out vector; generate fibonacci sequences
Solution code.
- Exercise 5:
Reverse sequences of integers
Solution code.
- Exercise 7:
Read, write, and sort (name,value) pairs
Solution code.
- Exercise 14:
Write a function that takes a vector argument and returns a vector containing the number of characters in each string. Also find the longest and shortest string and the lexicographically first and last string. How many separate functions would you use for these tasks? Why?
Solution code.