An open API service indexing awesome lists of open source software.

https://github.com/msh-trojan/java_17_arraylist_1

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. Prints the elements of the ArrayList again.
https://github.com/msh-trojan/java_17_arraylist_1

arraylist java loops-and-iterations

Last synced: about 1 year ago
JSON representation

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. Prints the elements of the ArrayList again.

Awesome Lists containing this project

README

          

Concepts used in this program:
Loops
ArrayLists