Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a Java program that uses ArrayList and Iterator. It should input from user the names and ages of your few friends in a loop
Write a Java program that uses ArrayList and Iterator. It should input from user the names and ages of your few friends in a loop and add into ArrayList. Finally, it should use Iterator to display the data in a proper format. Hint: Lecture : Slide
Sample output:
List of my Friends
Enter name and age friend#
Khalid Alshamri
Do you want to add another friend yn y
Enter name and age friend#
Rahsed Alanazi
Do you want to add another friend yn y
Enter name and age friend#
Salem Almutairi
Do you want to add another friend yn n
Here is the data you entered:
Khalid Alshamri,
Rahsed Alanazi,
Salem Almutairi,
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started