14.9. Exercises
You can download the source code for the examples in the book and the solutions to the following exercises from http://www.wrox.com.
Implement a version of the program to calculate prime numbers that you saw in Chapter 4 to use a Vector<> object instead of an array to store the primes. (Hint: Remember the Integer class.)
Write a program to store a deck of 52 cards in a linked list in random sequence using a Random class object. You can represent a card as a two-character string—"1C" for the ace of clubs, "JD" for the jack of diamonds, and so on. Output the cards from the stack as four hands of 13 cards.
Extend the program from this chapter that used a map to store names and telephone numbers such that you can enter a number to retrieve the name.
Implement a phone book so that just a surname can be used to search, and have all the entries corresponding to the name display.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access