Create a directory named a8 in your assignments directory with the following classes.
Write a class that uses the Builder pattern and overrides the toString method.
Write a driver named Driver that creates two instances of the class containing the Builder pattern and call their toString methods.