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.
- Host: GitHub
- URL: https://github.com/msh-trojan/java_17_arraylist_1
- Owner: MSH-trojan
- Created: 2024-05-21T00:36:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T00:37:48.000Z (about 2 years ago)
- Last Synced: 2024-05-21T02:18:01.729Z (about 2 years ago)
- Topics: arraylist, java, loops-and-iterations
- Language: Java
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Concepts used in this program:
Loops
ArrayLists