Part 1. The basic classes and addAddress method
Create a class called Address that has two fields representing the name and the email address.
Write a constructor for this class.
Create a class...