COP 3804 Intermediate Java - COP3804pgm2_6Summer2021 Professor: Michael Robinson e-mail : michael.robinson@cs.fiu.edu Web Page : cs.fiu.edu/~mrobi002 - At the beginning of your program add the following: /********************************************************************* Author : Your Name Course : Java section. Example Java-1, Java-2, Java-3, or Java-4 Professor : Michael Robinson Program # : Program Purpose/Description { A brief description of the program } Due Date : MM/DD/YYYY Certification: I hereby certify that this work is my own and none of it is the work of any other person. ..........{ your signature }.......... *********************************************************************/ - Program must be named: yourLastNameFirstLetterOfYourFirstNamePgm2.java ex: robinsonMpgm2.java - Make sure the program is properly documented and aligned uniformally, according to our "JAVA Programming Rules", discussed in class and located at: http://users.cis.fiu.edu/~mrobi002/includes/JAVA_programmingRules I will take points off if you do not follow the programming instructions. Purpose of this program: NOTE*** Use System.out.printf ONLY to do all printing ***** 1 - Worth 6 points - Create a Java program named yourLastNameFirstLetterOfYourFirstNameAL with a method named: theArrayList, that will: - Create an ArrayList name theList of Object data type. - Add the following data: 123, "Java", 3.75, "Summer C", 2021 into the theList data structure. - Display all data in the theList data structure. - Delete second and fifth records from the theList data structure. - Display all data left in the theList data structure. Submitting your program ----------------------- - For all Classes: Upload your source Java code for program2 ONLY to Canvas. - Make sure the program is properly documented and aligned uniformally, looking professionally, I will take points off if it not. NOTE: If you have any question, please email me at michael.robinson@cs.fiu.edu Please remember that we are here to help you succeed in your classes