This assignment asks you to imagine that you need to send an email to a lot of different people. For the most part, that email is the same for all the people, excpet for their name and a few other details that are specific to each person.
- Write a fictional email that may need to be sent to more than 10 people.
- Create at least 5 varriables that would be specific to each person getting the email.
- Create static final constant varriables for each of these for some specific person you invent
- Make sure the code compiles, runs, and shows a visually satisfying email in the command console.
Once you have completed the assignment, create a pull request to submit your code. Please ensure your code is well-documented and follows the coding standards discussed in class.