Java Program

general2698

 

Purpose of this program:  

       NOTE*** Use System.out.printf ONLY to do all printing  *****
       
1     - Create a Java program 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.
    • 5 years ago
    • 40
    Answer(3)

    Purchase the answer to view it

    • JavaProgram.java
    • JavaProgram.docx

    Purchase the answer to view it

    NOT RATED
    • importjava.docx

    Purchase the answer to view it

    NOT RATED
    • hw.zip
    • 2021-06-1719_31_49-Window.png
    • Test.class
    • Test.java
    • solution.docx