Project 04 - Contact Book

Create a menu-driven program to add, search, update, and delete contacts. Use a dictionary keyed by contact name.

Required concepts

Dictionaries, loops, functions, input/output, and validation.

Stretch goal

Persist contacts as JSON.