Problem:
Question 1: Given that there is an ArrayList named list that contains 5 Player objects, write the code to call and output the getPoints() method of the third element in list. The getPoints() method accepts no parameters and returns an int value. Please show your work.
Question 2: What is structure? Describe with the help of example.