Create a new class that represents the application. This class will contain the main
method for the system.
Add a main
method to the class that creates 5 instances of your contact domain class (initialise the objects using dummy data), and adds them to an array.
Add code to the main
method that iterates through the array, printing each of the contacts in the console.