in the main method create an array of 4 people. make the first 2 elements people objects and the next two elements customer objects. you do not need to use scanner or joptionpane to get input from the user for these objects, you can enter the data directly into the array. print each object of the array by using a loop. (6 points)