Question: [title, authors, price] Using the above classes definition, write a class Booklest that 1. Creates the two following books: a. Book 1: Title Java Programming
[title, authors, price]![[title, authors, price] Using the above classes definition, write a class](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f323bdcb821_42966f323bd6f209.jpg)
Using the above classes definition, write a class Booklest that 1. Creates the two following books: a. Book 1: Title "Java Programming l", a list of authors "Basit Qurashi", "Omar Ghalem", and Price 150.00; b. Book 2: Title "Java Programming II" and a list of authors "Anis Koubaa", Price: 120.00. 2. Create a Set of books called bookSet as TreeSet(); 3. Print the content of the bookSet using enhanced for statement; 4. Add the two books in the Tree Set; 5. Display the list authors of the two books
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
