Question: Year: 2oT Rating: E Platforms: 3DS Wii U, 2-Create an ArrayList of VideoGames (30pts) You need to create another java program ArrayListVideoGame Follow the following
Year: 2oT Rating: E Platforms: 3DS Wii U, 2-Create an ArrayList of VideoGames (30pts) You need to create another java program ArrayListVideoGame Follow the following 1) Import the necessary packages 2) Create an arrayListExample class that will include main0 3) Create two arrays of platforms steps For examples Stringl platform ("PS4") Create three objects game!, game2 and game3 of type Video Game (the class you created in part 1) For example 4) VideoGame game1 - new VideoGamef"Battlefield 1", 2001, "M", platforml); 5) Create an ArrayList of VideoGames called games ArrayLiskVideoGame> games- new ArrayList 0: 6) Use the addO method to add games objects objects into the array list games /For example games.add(gamel); 7) Use the add(index, object) to add game3 at index 0 (at the beginning of the arraylist) 8)Display the arrayList games
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
