This is just to keep track of my progress of my courses Programming in Java and Data Structures that I've done in Coding ninjas.
Write a Java program that does the following: Creates an ArrayList of integers. Adds 5 integers to the ArrayList. Prints the elements of the ArrayList. Removes the second element from the ArrayList.