Question: Write a java language. Write the method display Authors() that displays the list of authors attribute of the class Book. Use an iterator in this

Write a java language.
Write the method display Authors() that displays the list of authors attribute of the class Book. Use an iterator in this method. The output should be as follow: Authors for book: title Author 1: authorl in the list Author 2: author in the list Example. For a book with Title Java Programming" and a list of authors Anis Koubaa", "Basit Qurashi", "Omar Ghalem": Authors for book: Java Programming Author 1: Anis Koubaa Author 2: Basit Qurashi Author 3: Omar Ghalem
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
